Uses of Class
org.pepstock.charba.client.options.Point
-
Packages that use Point 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.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of Point in org.pepstock.charba.client.geo
Subclasses of Point in org.pepstock.charba.client.geo 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. -
Uses of Point in org.pepstock.charba.client.options
Methods in org.pepstock.charba.client.options that return Point Modifier and Type Method Description Point
Elements. getPoint()
Returns the point element.
-