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 classBubbleMapPointThe styling of the new elementBubbleMapPointis based onPointelement with some additional options for the outline and graticule.classChoroplethBarThe styling of the new elementChoroplethBaris based onBarelement 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 classArcArcs are used in the polar area, doughnut and pie charts.classBarBar elements are used to represent the bars in a bar chart.classLineLine elements are used to represent the line in a line chart.classPointPoint elements are used to represent the points in a line chart or a bubble chart.
-