Uses of Class
org.pepstock.charba.client.items.CommonElementOptions
-
Packages that use CommonElementOptions 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.org.pepstock.charba.client.matrix Contains all classes to activate the Matrix controller (AKAchartjs-chart-matrix.js
) for CHART.js.org.pepstock.charba.client.treemap Contains all classes to activate the TreeMap controller (AKAchartjs-chart-treemap.js
) for CHART.js. -
-
Uses of CommonElementOptions in org.pepstock.charba.client.geo
Subclasses of CommonElementOptions 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 CommonElementOptions in org.pepstock.charba.client.items
Subclasses of CommonElementOptions in org.pepstock.charba.client.items Modifier and Type Class Description class
ArcElementOptions
Maps the out-of-the-box CHART.JS element options used to represents arcs on the charts.class
BarElementOptions
Maps the out-of-the-box CHART.JS element options used to represents bars on the charts.class
PointElementOptions
Maps the out-of-the-box CHART.JS element options used to represents points on the charts. -
Uses of CommonElementOptions in org.pepstock.charba.client.matrix
Subclasses of CommonElementOptions in org.pepstock.charba.client.matrix Modifier and Type Class Description class
MatrixElementOptions
Maps the out-of-the-box CHART.JS element options used to represents boxes for matrix on the charts. -
Uses of CommonElementOptions in org.pepstock.charba.client.treemap
Subclasses of CommonElementOptions in org.pepstock.charba.client.treemap Modifier and Type Class Description class
TreeMapElementOptions
Maps the out-of-the-box CHART.JS element options used to represents boxes for treemap on the charts.
-