Modifier and Type | Class and Description |
---|---|
class |
Color
Maps to the Highcharts option Color and Highcharts.ColorString data types.
|
class |
CSSObject
Maps to the Highcharts CSSObject and Highcharts.CSSObject data types.
|
class |
Function
Maps to the Highcharts option Function data type.
|
class |
General
The general option data type to handle the case where a Javascript value is needed.
|
class |
Gradient
Linear and 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.
|
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 |
Exporting
Options for the exporting module.
|
class |
Global
Copyright (c) 2018 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
Options for the tooltip that appears when the user hovers over a series or point.
|
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 |
Series
Copyright (c) 2018 Powerbuilt Systems.
|
class |
Subtitle
The chart's subtitle.
|
class |
Title
The chart's main title.
|
class |
Tooltip
Copyright (c) 2018 Powerbuilt Systems.
|
class |
XAxis
The X axis or category axis.
|
class |
YAxis
The Y axis or value axis.
|
Modifier and Type | Class and Description |
---|---|
class |
Events
Event listeners for the chart.
|
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 |
SeriesSpline
A
spline series. |
Modifier and Type | Class and Description |
---|---|
class |
Data
An array of data points for the series.
|
Modifier and Type | Class and Description |
---|---|
class |
PlotLines
An array of objects representing plot lines on the X axis
|
Copyright © 2022. All rights reserved.