options/highcharts_treegraph_series_levels_options library
Classes
- HighchartsSeriesDataLabelsAnimationOptions
-
Enable or disable the initial animation when a series is displayed
for the
dataLabels
. The animation can also be set as a configuration object. Please note that this option only applies to the initial animation. - HighchartsSeriesDataLabelsFilterOptions
-
A declarative filter to control of which data labels to display.
The declarative filter is designed for use when callback
functions are not available, like when the chart options require
a pure JSON structure or for use with graphical editors. For
programmatic control, use the
formatter
instead, and returnundefined
to disable a single data label. - HighchartsSeriesDataLabelsTextPathOptions
- Options for a label text which should follow marker's shape. Border and background are disabled for a label that follows a path.
- HighchartsSeriesMarkerStatesHoverAnimationOptions
- Animation when hovering over the marker.
- HighchartsSeriesMarkerStatesHoverOptions
- The hover state for a single point marker.
- HighchartsSeriesMarkerStatesNormalOptions
- The normal state of a single point marker. Currently only used for setting animation when returning to normal state from hover.
- HighchartsSeriesMarkerStatesOptions
- States for a single point marker.
- HighchartsSeriesMarkerStatesSelectOptions
-
The appearance of the point marker when selected. In order to
allow a point to be selected, set the
series.allowPointSelect
option to true. - HighchartsTreegraphSeriesLevelsColorVariationOptions
-
A configuration object to define how the color of a child varies from
the parent's color. The variation is distributed among the children
of node. For example when setting brightness, the brightness change
will range from the parent's original brightness on the first child,
to the amount set in the
to
setting on the last node. This allows a gradient-like color scheme that sets children out from each other while highlighting the grouping on treemaps and sectors on sunburst charts. - HighchartsTreegraphSeriesLevelsDataLabelsOptions
- Can set the options of dataLabels on each point which lies on the level. plotOptions.treemap.dataLabels for possible values.
- HighchartsTreegraphSeriesLevelsDataLabelsStyleOptions
- Highcharts Options Widget.
- HighchartsTreegraphSeriesLevelsMarkerOptions
- Set marker options for nodes at the level.
- HighchartsTreegraphSeriesLevelsOptions
- Highcharts Options Widget.