global: snapshot

This commit is contained in:
nym21
2026-01-14 20:09:51 +01:00
parent d75c2a881b
commit 1c7434ff83
25 changed files with 4059 additions and 22606 deletions
+4 -1
View File
@@ -653,7 +653,10 @@ export function createChartElement({
({ count, active }) => {
showLine = count > 500;
candlestickISeries.applyOptions({ visible: active && !showLine });
lineISeries.applyOptions({ visible: active && showLine });
lineISeries.applyOptions({
visible: active && showLine,
priceLineVisible: active && showLine,
});
},
);
},