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:
@@ -107,6 +107,7 @@ export default class PlotConfigurationModel extends Model {
|
||||
updateDomainObject(domainObject) {
|
||||
this.set('domainObject', domainObject);
|
||||
}
|
||||
|
||||
/**
|
||||
* Clean up all objects and remove all listeners.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user