Do not call graph.update() on every new dataset
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user