Skip to content

Commit 25a9bc7

Browse files
committed
moved whiskerwidth out of a section
1 parent 09d3bdc commit 25a9bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/default_panels/StyleTracesPanel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ const StyleTracesPanel = (props, {localize: _}) => (
263263
/>
264264
<NumericFractionInverse label={_('Violin Width')} attr="violingap" />
265265
<NumericFraction label={_('Violin Padding')} attr="violingroupgap" />
266-
<Numeric label={_('Whisker Width')} attr="whiskerwidth" />
267266
</LayoutSection>
267+
<NumericFraction label={_('Whisker Width')} attr="whiskerwidth" />
268268
<PlotlySection name={_('Ticks')}>
269269
<Numeric label={_('Width')} attr="tickwidth" />
270270
</PlotlySection>

0 commit comments

Comments
 (0)