Package | Description |
---|---|
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 |
---|
DatasetElement(CallbacksEnvelop<NativeObject> envelop)
Creates the item using an envelop of the native java script object which contains all properties.
|
DatasetPoint(CallbacksEnvelop<NativeObject> envelop)
Creates the object with a native object passed as argument.
|
ScaleItem(CallbacksEnvelop<NativeObject> envelop)
Creates the item using an envelop (from
callbacks package) of native java script object which contains all properties. |
TooltipModel(CallbacksEnvelop<NativeObject> envelop)
Creates the item using envelop with the native java script object which contains all properties.
|