See: Description
| Interface | Description |
|---|---|
| ControllerProvider |
The implementation of this interface is mandatory when you create a controller, which has got the purpose to provide a controller instance.
|
| ControllerRegistrationHandler |
This interface enables the capability to be before and after a controller will be registered.
|
| Class | Description |
|---|---|
| AbstractController |
Abstract implementation of a controller.
|
| ControllerContext |
This object stores the
this instance of java script because is necessary to invoke the default methods of controller when it's extending an existing chart. |
| ControllerMapperFactory<T extends NativeObjectContainer> |
Class to implement from controllers in order to extend the standard configuration of charts.
It takes the java script object of standard options passing it to a wrapper to manage additional properties. |
| Controllers |
Global configuration to set controllers at global level.
It maps the CHART.JS object of controller, chart.controllers. |
| ControllerType |
Represent the type of new controller.
|