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.events |
Contains all events to interact with chart instance.
|
Constructor and Description |
---|
DataPoint(ItemsEnvelop<NativeObject> envelop)
Creates the object with a native object passed as argument by and
BaseEnvelop .This is called by the DataItem . |
Constructor and Description |
---|
ChartEventContext(ItemsEnvelop<NativeObject> envelop)
Creates the object with envelop envelop with the native object instance to be wrapped.
|