tickrpice button toggle workaround

This commit is contained in:
David Brazda
2023-09-19 16:30:40 +02:00
parent 2838c277dc
commit d0d2e91468
5 changed files with 41 additions and 4 deletions
+4 -1
View File
@@ -634,7 +634,10 @@ function chart_archived_run(archRecord, data, oneMinuteBars) {
//remove CUSTOMS indicators if exists
indList.forEach((element, index, array) => {
chart.removeSeries(element.series);
if (element.series) {
//console.log(element.series, "tady series")
chart.removeSeries(element.series);
}
}
);
indList = [];