See: Description
Interface | Description |
---|---|
IsFill |
Represents how to fill the area under the line.
|
Class | Description |
---|---|
AbsoluteDatasetIndexFill |
Fill object to configure chart to use an absolute dataset index.
Absolute dataset index, as integer, is composed by integer value which must be greater than 0. Here are same examples: (1,2,3,...). |
RelativeDatasetIndexFill |
Fill object to configure chart to use a relative dataset index.
Relative dataset index, as string, is composed by sign and value, both mandatory. Here are same examples: ("-1", "-2", "+1", "+2",...). |
Enum | Description |
---|---|
AxisType |
Axes are an integral part of a chart.
|
CapStyle |
Determines how the end points of every line are drawn.
There are three possible values for this property and those are: butt, round and square. |
CartesianAxisType |
Can be set to 'x', 'y' to define which directions are used in axis.
|
DataType |
Enumeration with all possible types of data set into dataset.
|
Easing |
Easing is acceleration, a change in speed.
For further details, see here. |
Event |
The events option defines the browser events that the chart should listen to.
|
Fill |
Both line and radar charts support a fill option on the dataset object which can be used to create area between two datasets
or a dataset and a boundary.
These are the constants of predefined filling mode values. |
FillingMode |
Represents how to fill the area under the line.
|
FontStyle |
The font-style property specifies the font style for a text.
|
InteractionAxis |
Can be set to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
Defaults to 'x' for index mode and 'xy' in dataset and nearest modes. |
InteractionMode |
When configuring interaction with the graph via hover or tooltips, a number of different modes are available to set which
elements appear via tooltip or hover.
|
JoinStyle |
Determines how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together
(degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are
skipped).
|
PluginOptionsScope |
Enumeration with all possible plugin options scope, where they are set to the chart or dataset.
|
PointStyle |
Style of the point.
|
Position |
Property to set the postion's edge of an element to a unit above/below its normal position.
|
ScaleBounds |
Controls the scale boundary strategy (bypassed by minimum/maximum time options).
|
ScaleDistribution |
Controls the data distribution along the scale.
|
SteppedLine |
Property to set if the line is shown as a stepped line.
|
TextAlign |
Property to set the text alignment.
|
TickSource |
Controls the ticks generation on cartesian time axis.
|
TimeUnit |
Controls the data distribution along the scale.
About available formats, see moment.js. |
TooltipPosition |
These are the different modes for positioning the tooltip.
|