Members
-
affectsMapView
-
Whether the MapView takes this series into account when computing the default zoom and center of the map.
- Since:
-
- 10.0.0
Try it
-
areaRangeSeriesOptions
-
The area range series is a carteseian series with higher and lower values for each point along an X axis, where the area between the values is shaded.
Try it
-
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.addSomethigmethod used in chart.update() to create new object in the collection. Equivalent for deleting is resolved by simpleSomethig.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.
-
hangingIndentTranslation :Highcharts.OrganizationHangingIndentTranslationValue
-
Defines the indentation of a
hanginglayout parent's children. Possible options:inherit(default): Only the first child adds the indentation, children of a child with indentation inherit the indentation.cumulative: All children of a child with indentation add its own indent. The option may cause overlapping of nodes. Then useshrinkoption:shrink: Nodes shrink by the hangingIndent value until they reach the minNodeLength.
Type:
- Since:
-
- 10.0.0
- Default Value:
-
- inherit
Try it
-
levelIsConstant
-
Used together with the levels and
allowDrillToNodeoptions. 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
-
mainBreadcrumb
-
- Since:
-
- 10.0.0
-
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.setSizeinternally (#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
-
worldSize
-
The world size in terms of 10k meters in the Web Mercator projection, to match a 256 square tile to zoom level 0
Methods
-
fadeInGroup( [group])
-
A function to fade in a group. First, the element is being hidden, then, using
opactiy, is faded in. Used for example bydataLabelsGroupwhere simple SVGElement.fadeIn() is not enough, because of other features (e.g. InactiveState) usingopacityto fadeIn/fadeOut.Parameters:
Name Type Argument Description groupundefined | SVGElement <optional>
The SVG element to be faded in.
Requires:
- module:modules/drilldown
Type Definitions
-
GlobalSVGElement
-
Reference to the global SVGElement class as a workaround for a name conflict in the Highcharts namespace.
Type:
- global.SVGElement