mirror of
https://github.com/nasa/openmct.git
synced 2025-06-19 07:38:15 +00:00
Clear data changes for tables and plots (#2475)
This commit is contained in:
committed by
Andrew Henry
parent
003c3e9fbe
commit
8f0081acc8
@ -269,7 +269,7 @@ define([
|
||||
|
||||
PlotController.prototype.clearData = function () {
|
||||
this.config.series.forEach(function (series) {
|
||||
series.refresh();
|
||||
series.reset();
|
||||
});
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user