We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6288327 commit 443cd8dCopy full SHA for 443cd8d
src/default_panels/StyleColorbarsPanel.js
@@ -34,7 +34,7 @@ const StyleColorBarsPanel = (props, {localize: _}) => {
34
>
35
<PlotlyPanel key={prefix + ' panel'}>
36
<PlotlyFold name={_('Title')}>
37
- <TextEditor attr={prefix + 'colorbar.title'} />
+ <TextEditor attr={prefix + 'colorbar.title.text'} />
38
39
<Dropdown
40
label={_('Location')}
0 commit comments