Modifier and Type | Class and Description |
---|---|
class |
AnimationOptions
Maps to the Highcharts.AnimationOptionsObject data type.
Example: chart.animation ref: https://api.highcharts.com/highcharts/chart.animation |
class |
Color
Maps to the Highcharts Color, Highcharts.ColorString, Highcharts.GradientColorObject, Highcharts.PatternOptionsObject data types.
|
class |
CSSObject
Maps to the Highcharts CSSObject and Highcharts.CSSObject data types.
|
class |
Function
Maps to the Highcharts Function, highcharts.*callbackfunction data types.
|
class |
General
The general option data type to handle the case where a Javascript value is needed.
|
class |
LinearGradient
Linear color gradients.
|
class |
PatternOptions
Maps to the Highcharts.PatternOptionsObject data type.
Example: chart.style ref: https://api.highcharts.com/class-reference/Highcharts.PatternOptionsObject |
class |
RadialGradient
Radial color gradients.
|
class |
Stop
The stops is an array of tuples, where the first item is a float between 0 and 1 assigning the relative position
in the gradient, and the second item is the color.
|
class |
SVGAttributes
Maps to the Highcharts.SVGAttributes data type.
Example: series.area.states.hover.halo.attributes ref: https://api.highcharts.com/highcharts/series.area.states.hover.halo.attributes |
Modifier and Type | Class and Description |
---|---|
class |
Chart
General options for the chart.
|
class |
ChartOptions
The ChartOptions class maps directly to the Highcharts chart options in the Highcharts API.
All Highchart chart options will be set from this class. |
class |
Global
Copyright (c) 2022 Powerbuilt Systems.
|
class |
GlobalOptions
The GlobalOptions class maps directly to the Highcharts global options in the Highcharts API.
All Highchart global options will be set from this class. |
class |
Legend
The legend is a box containing a symbol and name for each series item or point item in the chart.
|
class |
PlotOptions
The plotOptions is a wrapper object for config objects for each series type.
|
class |
Responsive
Allows setting a set of rules to apply for different screen or chart sizes.
|
class |
Subtitle
The chart's subtitle.
|
class |
Title
The chart's main title.
|
class |
Tooltip
Options for the tooltip that appears when the user hovers over a series or point.
|
class |
YAxis
The Y axis or value axis.
|
Modifier and Type | Class and Description |
---|---|
class |
Pie
A pie chart is a circular graphic which is divided into slices to illustrate numerical proportion.
|
class |
Series
General options for all series types.
|
Modifier and Type | Class and Description |
---|---|
class |
DataLabels
Options for the series data labels, appearing next to each data point.
|
Modifier and Type | Class and Description |
---|---|
class |
Label
Series labels are placed as close to the series as possible in a natural way, seeking to avoid other series.
|
Modifier and Type | Class and Description |
---|---|
class |
Rules
A set of rules for responsive settings.
|
Modifier and Type | Class and Description |
---|---|
class |
Condition
Under which conditions the rule applies.
|
Modifier and Type | Class and Description |
---|---|
class |
SeriesLine
A
line series. |
class |
SeriesPie
A
pie series. |
Modifier and Type | Class and Description |
---|---|
class |
Data
An array of data points for the series.
|
Copyright © 2022. All rights reserved.