Uses of Class
org.pepstock.charba.client.items.BarElementOptions
-
Packages that use BarElementOptions Package Description org.pepstock.charba.client.geo Contains all classes to activate the GEO controllers (AKAchartjs-chart-geo.js
) for CHART.js.org.pepstock.charba.client.items Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers. -
-
Uses of BarElementOptions in org.pepstock.charba.client.geo
Subclasses of BarElementOptions in org.pepstock.charba.client.geo Modifier and Type Class Description class
GeoFeatureElementOptions
The styling of the new elementGeoFeatureElementOptions
is based onBar
element with some additional options for the outline and graticule. -
Uses of BarElementOptions in org.pepstock.charba.client.items
Methods in org.pepstock.charba.client.items that return BarElementOptions Modifier and Type Method Description BarElementOptions
BarElement. getOptions()
Returns the element options.
-