Enable static plot for charts

This commit is contained in:
navaneeth 2021-05-16 08:49:31 +05:30
parent 5c36d617f2
commit aac3340624

View file

@ -74,7 +74,10 @@ export const Chart = function Chart({
<Plot
data={chartData}
layout={layout}
config={{displayModeBar: false}}
config={{
displayModeBar: false,
staticPlot: true
}}
/>
}
</div>