Package | Description |
---|---|
org.pepstock.charba.client.impl.plugins |
Contains some plugins implementations, available out-of-the box.
|
Class and Description |
---|
ChartBackgroundColorOptions
Configuration options of background color plugin.
|
ChartBackgroundColorOptionsFactory
Factory to get the options (ONLY for chart and not global options) related to background plugin.
|
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.
|
DatasetRangeSelectionEventHandler
Event handler for chart area selecting.
|
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.
|