Fix plots performance (#4092)

* Fix no mutating props violation for Browsebar and StyleEditor
* Separate plot series data from the configuration (like it should be!)
This commit is contained in:
Shefali Joshi
2021-08-16 14:21:09 -07:00
committed by GitHub
parent 359e7377ac
commit 6dde54bd25
10 changed files with 86 additions and 63 deletions

View File

@@ -107,6 +107,7 @@ export default class PlotConfigurationModel extends Model {
updateDomainObject(domainObject) {
this.set('domainObject', domainObject);
}
/**
* Clean up all objects and remove all listeners.
*/