Skip to content

Commit d0ef35f

Browse files
committed
disable grid on yaxis2
1 parent 738035f commit d0ef35f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/themed-layout.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const defaultLayout: Partial<Plotly.Layout> = {
2222
yaxis2: {
2323
// automargin: true, // it makes zooming very jumpy
2424
side: "right",
25+
showgrid: false,
2526
overlaying: "y",
2627
},
2728
yaxis3: { ...defaultExtraYAxes },

0 commit comments

Comments
 (0)