Package | Description |
---|---|
org.pepstock.charba.client.impl.plugins |
Contains some plugins implementations, available out-of-the box.
|
Modifier and Type | Class and Description |
---|---|
class |
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. |
class |
ChartPointer
This plugin is changing the cursor when mouse over on dataset on canvas if a dataset selection handler has been.
|
class |
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. |