Clear data changes for tables and plots (#2475)

This commit is contained in:
Deep Tailor
2019-09-06 17:17:24 -07:00
committed by Andrew Henry
parent 003c3e9fbe
commit 8f0081acc8
4 changed files with 8 additions and 3 deletions

View File

@ -269,7 +269,7 @@ define([
PlotController.prototype.clearData = function () {
this.config.series.forEach(function (series) {
series.refresh();
series.reset();
});
};