Interface: SunburstSeriesOptions
Extends
StandaloneSeriesBaseOptions
Properties
childrenField?
optionalchildrenField?:string
cornerRadius?
optionalcornerRadius?:number
Sector corner radius.
fills?
optionalfills?:string[]
Inherited from
StandaloneSeriesBaseOptions.fills
id?
optionalid?:string
Inherited from
StandaloneSeriesBaseOptions.id
label?
optionallabel?:Switchable&FontOptions&object
Sector labels (disabled by default; color is auto-contrast).
Type Declaration
formatter?
optionalformatter?: (params) =>string
Parameters
params
depth
number
label
string
value
number
Returns
string
labelField?
optionallabelField?:string
sectorSpacing?
optionalsectorSpacing?:number
Constant-width gap between sectors (px), same as pie.
showInLegend?
optionalshowInLegend?:boolean
Inherited from
StandaloneSeriesBaseOptions.showInLegend
sizeField?
optionalsizeField?:string
stroke?
optionalstroke?:string
Sector stroke (by default a 1px background-colored stroke when sectorSpacing is zero).
strokeWidth?
optionalstrokeWidth?:number
type
type:
"sunburst"
visible?
optionalvisible?:boolean
Inherited from
StandaloneSeriesBaseOptions.visible