Skip to content

Commit f29a454

Browse files
committed
Tweak tick config for plots
1 parent b611a27 commit f29a454

File tree

1 file changed

+0
-1
lines changed
  • ui/src/design-system/components/plot

1 file changed

+0
-1
lines changed

ui/src/design-system/components/plot/plot.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ const Plot = ({
8282
tickvals: data.tickvals,
8383
ticktext: data.ticktext,
8484
tickformat: 'd',
85-
dtick: 1,
8685
automargin: true,
8786
...(showRangeSlider
8887
? {

0 commit comments

Comments
 (0)