Skip to content

Commit f60a66c

Browse files
committed
Merge multicategory dividers into Tick Markers section to simplify visibility rules
1 parent 7747218 commit f60a66c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/default_panels/StyleAxesPanel.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -314,10 +314,7 @@ class StyleAxesPanel extends Component {
314314
<NTicks label={_('Max Number of Markers')} attr="nticks" />
315315
</VisibilitySelect>
316316
</PlotlySection>
317-
</AxesFold>
318-
319-
<AxesFold name={_('Multicategory Dividers')}>
320-
<PlotlySection name={_('Dividers')} attr="showdividers">
317+
<PlotlySection name={_('Multicategory Dividers')} attr="showdividers">
321318
<VisibilitySelect
322319
attr="showdividers"
323320
options={[{label: _('Show'), value: true}, {label: _('Hide'), value: false}]}

0 commit comments

Comments
 (0)