Skip to content

Commit 4d26ad0

Browse files
authored
Merge pull request #494 from RolnickLab/fix/tweak-plot-config
Tweak tick config for plots
2 parents 55bd072 + f29a454 commit 4d26ad0

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)