mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
Hide plotly mode-bars
This commit is contained in:
parent
c2ee24662a
commit
bfa11cd253
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ export const Chart = function Chart({
|
|||
<Plot
|
||||
data={chartData}
|
||||
layout={layout}
|
||||
config={{displayModeBar: false}}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue