We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 738035f commit d0ef35fCopy full SHA for d0ef35f
src/themed-layout.ts
@@ -22,6 +22,7 @@ const defaultLayout: Partial<Plotly.Layout> = {
22
yaxis2: {
23
// automargin: true, // it makes zooming very jumpy
24
side: "right",
25
+ showgrid: false,
26
overlaying: "y",
27
},
28
yaxis3: { ...defaultExtraYAxes },
0 commit comments