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.ID
plugin (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 class
PointAnnotation
Implements 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 class
BubbleMapPoint
The styling of the new elementBubbleMapPoint
is based onPoint
element with some additional options for the outline and graticule.class
ChoroplethBar
The styling of the new elementChoroplethBar
is based onBar
element 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 class
Bar
Bar elements are used to represent the bars in a bar chart.class
LegendLabels
This is the labels configuration of the legend.class
Point
Point elements are used to represent the points in a line chart or a bubble chart.
-