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.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.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.
-