Package | Description |
---|---|
org.pepstock.charba.client.options |
Contains all elements to configure charts at global level (know as chart global options).
|
Constructor and Description |
---|
AnimationContainer(IsDefaultAnimationContainer defaultValues,
DataEnvelop<NativeObject> envelop,
String scope)
Creates an animation container with the envelop of the native object where animations properties must be managed.
|
BarDatasetOptionsHandler(AbstractNode parent,
IsDefaultTypedDataset defaultValues,
DataEnvelop<NativeObject> envelop)
Creates an bar options handler with an envelop of the native object where properties must be managed and the default value to use when the property does not exist.
|
FillHandler(AbstractNode parent,
IsFill defaultValues,
DataEnvelop<NativeObject> envelop)
Creates a fill handler with the native object where FILL property must be managed and the default value to use when the property does not exist.
This is called from data package. |
SpanGapHandler(AbstractNode parent,
IsDefaultOptions defaultValues,
DataEnvelop<NativeObject> envelop)
Creates a span gap handler with the envelop of the native object where SPANGAPS property must be managed and the default value to use when the property does not exist.
|