Package | Description |
---|---|
org.pepstock.charba.client.configuration |
Contains all elements to configure a chart instance (know as chart options at instance level).
|
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 |
---|---|
protected AbstractElement<IsDefaultArc> |
Arc.getElement() |
protected AbstractElement<IsDefaultPoint> |
Point.getElement() |
protected AbstractElement<IsDefaultLine> |
Line.getElement() |
protected AbstractElement<IsDefaultBar> |
Bar.getElement() |
Modifier and Type | Class and Description |
---|---|
class |
Arc
Arcs are used in the polar area, doughnut and pie charts.
|
class |
Bar
Bar elements are used to represent the bars in a bar chart.
|
class |
Line
Line elements are used to represent the line in a line chart.
|
class |
Point
Point elements are used to represent the points in a line chart or a bubble chart.
|