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.geo |
Contains all classes to activate the GEO controllers (AKA
chartjs-chart-geo.js ) for CHART.js. |
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<IsDefaultBar> |
Bar.getElement() |
protected AbstractElement<IsDefaultPoint> |
Point.getElement() |
protected AbstractElement<IsDefaultArc> |
Arc.getElement() |
protected AbstractElement<IsDefaultLine> |
Line.getElement() |
Modifier and Type | Class and Description |
---|---|
class |
BubbleMapPoint
The styling of the new element
BubbleMapPoint is based on Point element with some additional options for the outline and graticule. |
class |
ChoroplethBar
The styling of the new element
ChoroplethBar is based on Bar element with some additional options for the outline and graticule. |
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.
|