Prevent extra loading of plots data (#4120)
This commit is contained in:
@@ -323,6 +323,8 @@ export default {
|
||||
return;
|
||||
}
|
||||
|
||||
this.offsetWidth = this.$parent.$refs.plotWrapper.offsetWidth;
|
||||
|
||||
this.startLoading();
|
||||
const options = {
|
||||
size: this.$parent.$refs.plotWrapper.offsetWidth,
|
||||
|
||||
Reference in New Issue
Block a user