Enable dynamic plot for charts

This commit is contained in:
navaneeth 2021-05-21 11:02:16 +05:30
parent dca30ace65
commit 7fef284bf6

View file

@ -94,7 +94,7 @@ export const Chart = function Chart({
layout={layout}
config={{
displayModeBar: false,
staticPlot: true
// staticPlot: true
}}
/>
}