Package | Description |
---|---|
org.pepstock.charba.client.data |
Contains all elements to configure the datasets of a chart instance (know as chart data at instance level).
|
org.pepstock.charba.client.items |
Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers.
|
Constructor and Description |
---|
LabelsHandler(OptionsEnvelop<NativeObject> envelop)
Creates the utility using dataset native object.
This is callable only from options package. |
Constructor and Description |
---|
LegendTextHandler(AbstractNode parent,
OptionsEnvelop<NativeObject> envelop)
Creates a legend text handler with the envelop of the native object where TEXT property must be managed.
|