See: Description
Interface | Description |
---|---|
HasFill |
Defines a configuration element which is managing the FILL property.
It has being used into options and datasets instances where FILL is required. |
IsFill |
Represents how to fill the area under the line.
|
IsTooltipPosition |
Defines an object which represents the positioning of the tooltip.
|
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,...). |
Filler |
Manages the FILL property of options in order to use the same logic between line datasets and options/configuration.
|
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.
|
BorderAlign |
Property to set the border alignment on chart datasets.
|
BorderSkipped |
Property to set the border position on chart datasets.
This setting is used to avoid drawing the bar stroke at the base of the fill. |
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.
|
CubicInterpolationMode |
Determines the interpolation mode of lines.
|
DataType |
Enumeration with all possible types of data set into dataset.
|
Display |
The display option controls the visibility of axis and the display option controls the visibility of data labels plugin.
Controls the axis global visibility (visible when true, hidden when false). |
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. |
Filler.Property |
Name of properties of native object.
|
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).
|
LegendAlign |
Property to set alignment of the legend.
|
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 position'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.
|
TextDirection |
Enumerates the text direction that will force the text direction on the canvas for rendering the legend, regardless of the
CSS specified on the canvas.
|
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 of the tooltip.
|