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 9d43204 commit b889c94Copy full SHA for b889c94
src/traces/sunburst/attributes.js
@@ -203,7 +203,18 @@ module.exports = {
203
'this option won\'t have any effect and `insidetextfont` would be used.'
204
].join(' ')
205
}),
206
- rotation: pieAttrs.rotation,
+ rotation: {
207
+ valType: 'number',
208
+ role: 'style',
209
+ min: -180,
210
+ max: 180,
211
+ dflt: 0,
212
+ editType: 'plot',
213
+ description: [
214
+ 'Instead of the first slice starting at 3 o\'clock,',
215
+ 'rotate to some other angle.'
216
+ ].join(' ')
217
+ },
218
sort: pieAttrs.sort,
219
220
domain: domainAttrs({name: 'sunburst', trace: true, editType: 'calc'})
0 commit comments