Skip to content

Commit 498dea8

Browse files
authored
Merge pull request #197 from plotly/plot-bg-color
Add plot background colouring option
2 parents 9824a02 + f761e20 commit 498dea8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/DefaultEditor.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ class DefaultEditor extends Component {
181181
/>
182182
<CanvasSize label={_('Fixed Width')} attr="width" units="px" />
183183
<CanvasSize label={_('Fixed Height')} attr="height" units="px" />
184-
<ColorPicker label={_('Color')} attr="paper_bgcolor" />
184+
<ColorPicker label={_('Plot Background')} attr="plot_bgcolor" />
185+
<ColorPicker label={_('Margin Color')} attr="paper_bgcolor" />
185186
</Fold>
186187
<Fold name={_('Title and Fonts')}>
187188
<Section name={_('Title')}>

0 commit comments

Comments
 (0)