Global

Members

center :Array.<(number|string)>

The center of the sunburst chart relative to the plot area. Can be percentages or pixel values.

Type:
  • Array.<(number|string)>
Default Value:
  • ["50%", "50%"]
Try it

ChartDefaults

General options for the chart.

collectionsWithInit

These collections (arrays) implement Chart.addSomethig method used in chart.update() to create new object in the collection. Equivalent for deleting is resolved by simple Somethig.remove().

Note: We need to define these references after initializers are bound to chart's prototype.

collectionsWithUpdate

These collections (arrays) implement update() methods with support for one-to-one option.

dataLabels

defaultOptions

Globals

Shared Highcharts properties.

levelIsConstant

Used together with the levels and allowDrillToNode options. When set to false the first level visible when drilling is considered to be level one. Otherwise the level will be the same as the tree structure.

levelSize

Determines the width of the ring per level.

Since:
  • 6.0.5
Try it

opacity

Disable inherited opacity from Treemap series.

propsRequireDirtyBox

These properties cause isDirtyBox to be set to true when updating. Can be extended from plugins.

propsRequireReflow :Array

These properties require a full reflow of chart elements, best implemented through running Chart.setSize internally (#8190).

Type:
  • Array

propsRequireUpdateSeries

These properties cause all series to be updated when updating. Can be extended from plugins.

rootId :string

Which point to use as a root in the visualization.

Type:
  • string

slicedOffset

If a point is sliced, moved out from the center, how many pixels should it be moved?.

Since:
  • 6.0.4
Try it

Type Definitions

GlobalSVGElement

Reference to the global SVGElement class as a workaround for a name conflict in the Highcharts namespace.

Type:
  • global.SVGElement
See also: