File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments