Package | Description |
---|---|
org.pepstock.charba.client.options |
Contains all elements to configure charts at global level (know as chart global options).
|
Modifier and Type | Method and Description |
---|---|
Elements |
Options.getElements()
Returns the elements element.
|
Constructor and Description |
---|
Arc(Elements elements,
Key childKey,
IsDefaultArc defaultValues,
NativeObject nativeObject)
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
|
Bar(Elements elements,
Key childKey,
IsDefaultBar defaultValues,
NativeObject nativeObject)
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
|
Line(Elements elements,
Key childKey,
IsDefaultLine defaultValues,
NativeObject nativeObject)
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
|
Point(Elements elements,
Key childKey,
IsDefaultPoint defaultValues,
NativeObject nativeObject)
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
|