Uses of Class
org.pepstock.charba.client.configuration.Elements
-
Packages that use Elements 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. -
-
Uses of Elements in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return Elements Modifier and Type Method Description Elements
ConfigurationOptions. getElements()
Returns the elements element. -
Uses of Elements in org.pepstock.charba.client.geo
Subclasses of Elements in org.pepstock.charba.client.geo Modifier and Type Class Description class
BubbleMapElements
ExtendsElements
provided by CHART.JS in order to add theBubbleMapPoint
element to be configured for GEO charts.class
ChoroplethElements
ExtendsElements
provided by CHART.JS in order to add theChoroplethBar
element to be configured for GEO charts.
-