Skip to content

Commit 640f9ed

Browse files
committed
Move whisker width to Size and Spacing
1 parent 03d26de commit 640f9ed

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/default_panels/StyleTracesPanel.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -248,13 +248,11 @@ const StyleTracesPanel = (props, {localize: _}) => (
248248
/>
249249
<NumericFractionInverse label={_('Violin Width')} attr="violingap" />
250250
<NumericFraction label={_('Violin Padding')} attr="violingroupgap" />
251+
<Numeric label={_('Whisker Width')} attr="whiskerwidth" />
251252
</LayoutSection>
252253
<PlotlySection name={_('Ticks')}>
253254
<Numeric label={_('Width')} attr="tickwidth" />
254255
</PlotlySection>
255-
<PlotlySection name={_('Whiskers')}>
256-
<Numeric label={_('Width')} attr="whiskerwidth" />
257-
</PlotlySection>
258256
<TraceTypeSection
259257
name={_('Lines')}
260258
traceTypes={[

0 commit comments

Comments
 (0)