diff --git a/frontend/src/Editor/Components/Chart.jsx b/frontend/src/Editor/Components/Chart.jsx index 209d6a940f..2af104a473 100644 --- a/frontend/src/Editor/Components/Chart.jsx +++ b/frontend/src/Editor/Components/Chart.jsx @@ -94,7 +94,7 @@ export const Chart = function Chart({ layout={layout} config={{ displayModeBar: false, - staticPlot: true + // staticPlot: true }} /> }