options/highcharts_dependency_wheel_series_levels_options library
Classes
- HighchartsDependencyWheelSeriesLevelsDataLabelsOptions
 - 
  Can set 
dataLabelson all points which lay on the same level. - HighchartsDependencyWheelSeriesLevelsOptions
 - Set options on specific levels. Takes precedence over series options, but not node and link options.
 - HighchartsDependencyWheelSeriesLevelsStatesHoverOptions
 - Highcharts Options Widget.
 - HighchartsDependencyWheelSeriesLevelsStatesInactiveOptions
 - The opposite state of a hover for a single point node/link.
 - HighchartsDependencyWheelSeriesLevelsStatesOptions
 - 
  Can set 
stateson all nodes and points which lay on the same level. - HighchartsDependencyWheelSeriesLevelsStatesSelectOptions
 - Options for the selected point. These settings override the normal state options when a point is selected.
 - 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 
formatterinstead, and returnundefinedto 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.
 - HighchartsSeriesStatesHoverAnimationOptions
 - Animation setting for hovering the graph in line-type series.
 - HighchartsSeriesStatesInactiveAnimationOptions
 - Animation when not hovering over the marker.
 - HighchartsSeriesStatesNormalOptions
 - The normal state of a series, or for point items in column, pie and similar series. Currently only used for setting animation when returning to normal state from hover.
 - HighchartsSeriesStatesSelectAnimationOptions
 - Highcharts Options Widget.