class |
ChartPointer |
This plugin is changing the cursor when mouse over on dataset, title on canvas if a dataset selection, title handler have been defined.
|
class |
ColorSchemes |
Default plugin implementation to use color schemes instead the single colors for border and background colors of chart.
It enables to pick the color combination for charts from the predefined or custom color schemes.
|
class |
Crosshair |
This plugin is drawing horizontal and vertical crosshair on the chart.
|
class |
DatasetsItemsSelector |
Enables the datasets items selection directly in the canvas.
It works only for line and bar chart instances and if ZoomPlugin is disable.
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.
|
class |
HtmlLegend |
This plugin implements a HTML legend in order to give more flexibility to who needs to customize the legend.
|