From 70a9edf57e6cda7d6e804978226f9d3b15001640 Mon Sep 17 00:00:00 2001 From: lana-k Date: Sun, 19 Dec 2021 15:57:30 +0100 Subject: [PATCH] fix lint --- src/views/Main/Workspace/Tabs/Tab/DataView/Chart/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }) },