Package | Description |
---|---|
org.pepstock.charba.client |
Main package with all charts implementation, global classes and common interfaces.
|
org.pepstock.charba.client.controllers |
Contains all classes to manage the implementations of controllers.
|
org.pepstock.charba.client.impl.charts |
Contains METER and GAUGE charts implementations (based on controllers), available out-of-the box.
|
Class and Description |
---|
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. |
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.
|
StyleElement
Element used by controller by
removeHoverStyle and setHoverStyle methods. |
Class and Description |
---|
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. |
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.
|
StyleElement
Element used by controller by
removeHoverStyle and setHoverStyle methods. |
Class and Description |
---|
ControllerType
Represent the type of new controller.
|