mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
Enable static plot for charts
This commit is contained in:
parent
5c36d617f2
commit
aac3340624
1 changed files with 4 additions and 1 deletions
|
|
@ -74,7 +74,10 @@ export const Chart = function Chart({
|
|||
<Plot
|
||||
data={chartData}
|
||||
layout={layout}
|
||||
config={{displayModeBar: false}}
|
||||
config={{
|
||||
displayModeBar: false,
|
||||
staticPlot: true
|
||||
}}
|
||||
/>
|
||||
}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue