Uses of Class
org.pepstock.charba.client.options.Bar
-
Packages that use Bar 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.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of Bar in org.pepstock.charba.client.geo
Subclasses of Bar in org.pepstock.charba.client.geo Modifier and Type Class Description class
ChoroplethBar
The styling of the new elementChoroplethBar
is based onBar
element with some additional options for the outline and graticule. -
Uses of Bar in org.pepstock.charba.client.options
Methods in org.pepstock.charba.client.options that return Bar Modifier and Type Method Description Bar
Elements. getBar()
Returns the bar element.
-