File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,11 +40,13 @@ const StyleLayoutPanel = (props, {localize: _}) => (
4040 </ PlotlyFold >
4141
4242 < PlotlyFold name = { _ ( 'Title' ) } >
43- < TextEditor attr = "title.text" />
44- < FontSelector label = { _ ( 'Typeface' ) } attr = "title.font.family" clearable = { false } />
45- < Numeric label = { _ ( 'Font Size' ) } attr = "title.font.size" units = "px" />
46- < ColorPicker label = { _ ( 'Font Color' ) } attr = "title.font.color" />
47- < Numeric label = { _ ( 'Horizontal Position' ) } showSlider step = { 0.02 } attr = "title.x" />
43+ < PlotlySection name = { _ ( 'Title' ) } attr = "title.text" >
44+ < TextEditor attr = "title.text" />
45+ < FontSelector label = { _ ( 'Typeface' ) } attr = "title.font.family" clearable = { false } />
46+ < Numeric label = { _ ( 'Font Size' ) } attr = "title.font.size" units = "px" />
47+ < ColorPicker label = { _ ( 'Font Color' ) } attr = "title.font.color" />
48+ < Numeric label = { _ ( 'Horizontal Position' ) } showSlider step = { 0.02 } attr = "title.x" />
49+ </ PlotlySection >
4850 </ PlotlyFold >
4951
5052 < PlotlyFold name = { _ ( 'Modebar' ) } >
You can’t perform that action at this time.
0 commit comments