mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-22 04:18:50 -07:00
global: snapshot
This commit is contained in:
@@ -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,
|
||||
});
|
||||
},
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user