File tree 2 files changed +18
-2
lines changed
2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,15 @@ module.exports = {
194
194
textfont : pieAttrs . textfont ,
195
195
insidetextorientation : pieAttrs . insidetextorientation ,
196
196
insidetextfont : pieAttrs . insidetextfont ,
197
- outsidetextfont : pieAttrs . outsidetextfont ,
197
+ outsidetextfont : extendFlat ( { } , pieAttrs . outsidetextfont , {
198
+ description : [
199
+ 'Sets the font used for `textinfo` lying outside the sector.' ,
200
+ 'This option refers to the root of the hierarchy' ,
201
+ 'presented at the center of a sunburst graph.' ,
202
+ 'Please note that if a hierarchy has multiple root nodes,' ,
203
+ 'this option won\'t have any effect and `insidetextfont` would be used.'
204
+ ] . join ( ' ' )
205
+ } ) ,
198
206
199
207
domain : domainAttrs ( { name : 'sunburst' , trace : true , editType : 'calc' } )
200
208
} ;
Original file line number Diff line number Diff line change @@ -244,7 +244,15 @@ module.exports = {
244
244
245
245
textfont : pieAttrs . textfont ,
246
246
insidetextfont : pieAttrs . insidetextfont ,
247
- outsidetextfont : pieAttrs . outsidetextfont ,
247
+ outsidetextfont : extendFlat ( { } , pieAttrs . outsidetextfont , {
248
+ description : [
249
+ 'Sets the font used for `textinfo` lying outside the sector.' ,
250
+ 'This option refers to the root of the hierarchy' ,
251
+ 'presented on top left corner of a treemap graph.' ,
252
+ 'Please note that if a hierarchy has multiple root nodes,' ,
253
+ 'this option won\'t have any effect and `insidetextfont` would be used.'
254
+ ] . join ( ' ' )
255
+ } ) ,
248
256
249
257
textposition : {
250
258
valType : 'enumerated' ,
You can’t perform that action at this time.
0 commit comments