Schriftgrößen nochmal +2px (v=111, gesamt +4px)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
03ef1c75e6
commit
25a0c6c826
+1
-1
@@ -1062,7 +1062,7 @@ function _makeChart(tf) {
|
||||
// weil loadCharts erst nach dem Einblenden des Tabs läuft.
|
||||
const chart = LightweightCharts.createChart(el, {
|
||||
width: el.clientWidth || 320, height: 200,
|
||||
layout: { background: { color: "#0d1117" }, textColor: "#8b949e", fontSize: 13 },
|
||||
layout: { background: { color: "#0d1117" }, textColor: "#8b949e", fontSize: 15 },
|
||||
grid: { vertLines: { color: "#161b22" }, horzLines: { color: "#161b22" } },
|
||||
timeScale: { borderColor: "#30363d", timeVisible: true, secondsVisible: false },
|
||||
rightPriceScale: { borderColor: "#30363d" },
|
||||
|
||||
Reference in New Issue
Block a user