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.configurationMethods in org.pepstock.charba.client.configuration that return Elements Modifier and Type Method Description ElementsConfigurationOptions. getElements()Returns the elements element.
- 
Uses of Elements in org.pepstock.charba.client.geoSubclasses of Elements in org.pepstock.charba.client.geo Modifier and Type Class Description classBubbleMapElementsExtendsElementsprovided by CHART.JS in order to add theBubbleMapPointelement to be configured for GEO charts.classChoroplethElementsExtendsElementsprovided by CHART.JS in order to add theChoroplethBarelement to be configured for GEO charts.
 
-