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 classGeoFeatureElementOptionsThe styling of the new elementGeoFeatureElementOptionsis based onBarelement 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 classArcElementOptionsMaps the out-of-the-box CHART.JS element options used to represents arcs on the charts.classBarElementOptionsMaps the out-of-the-box CHART.JS element options used to represents bars on the charts.classPointElementOptionsMaps 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 classMatrixElementOptionsMaps 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 classTreeMapElementOptionsMaps the out-of-the-box CHART.JS element options used to represents boxes for treemap on the charts.
-