Do not call graph.update() on every new dataset

This commit is contained in:
Johannes Zellner
2025-10-06 16:38:37 +02:00
parent 534aa7423e
commit a468b6ff39

View File

@@ -210,7 +210,6 @@ function pushData(datasetIndex, ...data) {
graph.data.datasets[datasetIndex+index].data.push(transformData(item));
pruneGraphData(graph.data.datasets[datasetIndex+index], graph.options);
}
graph.update('none');
}
function onPeriodChanged() {