Uses of Interface
org.pepstock.charba.client.options.HasPointStyle
-
Packages that use HasPointStyle Package Description org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.IDplugin (AKAchartjs-plugin-annotation.js) for CHART.js.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 HasPointStyle in org.pepstock.charba.client.annotation
Classes in org.pepstock.charba.client.annotation that implement HasPointStyle Modifier and Type Class Description classPointAnnotationImplements a POINT annotation which draws a point in the a chart. -
Uses of HasPointStyle in org.pepstock.charba.client.geo
Classes in org.pepstock.charba.client.geo that implement HasPointStyle Modifier and Type Class Description classBubbleMapPointThe styling of the new elementBubbleMapPointis based onPointelement with some additional options for the outline and graticule.classChoroplethBarThe styling of the new elementChoroplethBaris based onBarelement with some additional options for the outline and graticule. -
Uses of HasPointStyle in org.pepstock.charba.client.options
Classes in org.pepstock.charba.client.options that implement HasPointStyle Modifier and Type Class Description classBarBar elements are used to represent the bars in a bar chart.classLegendLabelsThis is the labels configuration of the legend.classPointPoint elements are used to represent the points in a line chart or a bubble chart.
-