Skip to content

Commit 03a845f

Browse files
moving scale group to scaling section
1 parent a144752 commit 03a845f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/default_panels/StyleTracesPanel.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ const StyleTracesPanel = (props, {localize: _}) => (
215215
{label: _('Counterclockwise'), value: 'counterclockwise'},
216216
]}
217217
/>
218-
<GroupCreator label={_('Scale Group')} prefix={_('Group')} attr="scalegroup" />
219218
<Numeric label={_('Rotation')} attr="rotation" />
220219
<NumericFraction label={_('Hole Size')} attr="hole" />
221220
<NumericFraction label={_('Pull')} attr="pull" />
@@ -541,7 +540,7 @@ const StyleTracesPanel = (props, {localize: _}) => (
541540
/>
542541
</PlotlySection>
543542
<PlotlySection name={_('Scaling')}>
544-
<Numeric label={_('Bandwidth')} attr="bandwidth" />
543+
<GroupCreator label={_('Scale Group')} prefix={_('Group')} attr="scalegroup" />
545544
<Radio
546545
label={_('Scale Mode')}
547546
attr="scalemode"
@@ -556,6 +555,7 @@ const StyleTracesPanel = (props, {localize: _}) => (
556555
{label: _('Manual'), value: 'manual'},
557556
]}
558557
/>
558+
<Numeric label={_('Bandwidth')} attr="bandwidth" />
559559
<Numeric label={_('Span')} attr="span" />
560560
<Radio
561561
attr="side"

0 commit comments

Comments
 (0)