See: Description
Interface | Description |
---|---|
DatasetRangeSelectionEventHandler |
Event handler for chart area selecting.
|
Class | Description |
---|---|
ChartBackgroundColor |
Default plugin implementation to set the background color, gradient or pattern of chart.
If added to defaults, without any configuration, the chart will have a WHITE background color. |
ChartBackgroundColorOptions |
Configuration options of background color plugin.
|
ChartBackgroundColorOptionsFactory |
Factory to get the options (ONLY for chart and not global options) related to background plugin.
|
ChartPointer |
This plugin is changing the cursor when mouse over on dataset on canvas if a dataset selection handler has been.
|
ChartPointerOptions |
Configuration options of pointer plugin.
It manages the cursor to adopt when the cursor is over the dataset item and when not. |
ChartPointerOptionsFactory |
Factory to get the options (form chart or from default global ones) related to pointer plugin.
|
ClearSelection |
Datasets items selector plugin configuration element in order to have into the chart a clickable element to clear the
selection.
|
DatasetRangeSelectionEvent |
Event which is fired when the user selects an area on the chart.
|
DatasetsItemsSelector |
Enables the datasets items selection directly into the canvas.
It works only for line and bar chart instances. It will add mouser listeners to canvas. Tooltips will be disable to avoid events conflicts. Overrides also the events which can be caught (only click and touchstart). It activates also the legend click handler to avoid that all datasets will be hidden. |
DatasetsItemsSelectorOptions |
Configuration options of selection plugin.
It is managing: the X axis ID the selection color the border color the border width the border dash if firing event on clear selection |
DatasetsItemsSelectorOptionsBuilder |
Comfortable object to create datasets items selector plugin options by a builder.
|
DatasetsItemsSelectorOptionsFactory |
Factory to get the options (form chart or from default global ones) related to datasets items selector plugin.
|