diff --git a/src/views/Main/Workspace/Tabs/Tab/DataView/Chart/index.vue b/src/views/Main/Workspace/Tabs/Tab/DataView/Chart/index.vue index 4603750..50e3e67 100644 --- a/src/views/Main/Workspace/Tabs/Tab/DataView/Chart/index.vue +++ b/src/views/Main/Workspace/Tabs/Tab/DataView/Chart/index.vue @@ -57,7 +57,7 @@ export default { }, created () { // https://github.com/plotly/plotly.js/issues/4555 - plotly.setPlotConfig ({ + plotly.setPlotConfig({ notifyOnLogging: 1 }) },