This commit is contained in:
Khalid Adil 2023-08-02 18:36:25 -05:00
parent 796616fe3f
commit 9c0d37dabd

View File

@ -345,6 +345,7 @@ export default {
this.abortController = new AbortController();
},
mounted() {
console.log('plot mounted');
this.yAxisIdVisibility = {};
this.offsetWidth = 0;
@ -398,9 +399,11 @@ export default {
this.openmct.selection.on('change', this.updateSelection);
this.yAxisListWithRange = [this.config.yAxis, ...this.config.additionalYAxes];
console.log('got to nextTick');
this.$nextTick(() => {
this.setTimeContext();
this.loaded = true;
console.log(this.loaded);
});
},
beforeUnmount() {