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 53f3712 commit 2f07963Copy full SHA for 2f07963
src/traces/sunburst/attributes.js
@@ -218,11 +218,12 @@ module.exports = {
218
root: {
219
color: {
220
valType: 'color',
221
- editType: 'style',
+ editType: 'calc',
222
role: 'style',
223
dflt: 'rgba(0,0,0,0)',
224
description: [
225
- 'sets the color of the root node for a sunburst or a treemap trace.'
+ 'sets the color of the root node for a sunburst or a treemap trace.',
226
+ 'this has no effect when a colorscale is used to set the markers.'
227
].join(' ')
228
},
229
editType: 'calc'
0 commit comments