Uses of Class
org.pepstock.charba.client.options.AbstractElement
-
Packages that use AbstractElement 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 (AKAchartjs-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). -
-
Uses of AbstractElement in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return AbstractElement Modifier and Type Method Description protected AbstractElement<IsDefaultArc>
Arc. getElement()
protected AbstractElement<IsDefaultBar>
Bar. getElement()
protected AbstractElement<IsDefaultLine>
Line. getElement()
protected AbstractElement<IsDefaultPoint>
Point. getElement()
-
Uses of AbstractElement in org.pepstock.charba.client.geo
Subclasses of AbstractElement in org.pepstock.charba.client.geo Modifier and Type Class Description class
BubbleMapPoint
The styling of the new elementBubbleMapPoint
is based onPoint
element with some additional options for the outline and graticule.class
ChoroplethBar
The styling of the new elementChoroplethBar
is based onBar
element with some additional options for the outline and graticule. -
Uses of AbstractElement in org.pepstock.charba.client.options
Subclasses of AbstractElement in org.pepstock.charba.client.options Modifier and Type Class 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.
-