This commit is contained in:
David Brazda
2023-08-30 21:19:54 +02:00
parent 8a8a1e19be
commit 28e44b0177
2 changed files with 94 additions and 12 deletions
+5 -3
View File
@@ -589,9 +589,11 @@ function chart_archived_run(archRecord, data, oneMinuteBars) {
chart.removeSeries(markersLine)
}
slLine.forEach((series, index, array) => {
chart.removeSeries(series)
})
if (slLine) {
slLine.forEach((series, index, array) => {
chart.removeSeries(series)
})
}
// if (slLine) {
// chart.removeSeries(slLine)
// }