Skip to content

Commit 8f62074

Browse files
committed
Move whisker width to Size and Spacing
1 parent f5bdc3f commit 8f62074

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: src/default_panels/StyleTracesPanel.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -261,13 +261,11 @@ const StyleTracesPanel = (props, {localize: _}) => (
261261
/>
262262
<NumericFractionInverse label={_('Violin Width')} attr="violingap" />
263263
<NumericFraction label={_('Violin Padding')} attr="violingroupgap" />
264+
<Numeric label={_('Whisker Width')} attr="whiskerwidth" />
264265
</LayoutSection>
265266
<PlotlySection name={_('Ticks')}>
266267
<Numeric label={_('Width')} attr="tickwidth" />
267268
</PlotlySection>
268-
<PlotlySection name={_('Whiskers')}>
269-
<Numeric label={_('Width')} attr="whiskerwidth" />
270-
</PlotlySection>
271269
<TraceTypeSection
272270
name={_('Lines')}
273271
traceTypes={[

0 commit comments

Comments
 (0)