Uses of Class
org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Packages that use CartesianLinearAxis Package Description org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level).org.pepstock.charba.client.geo Contains all classes to activate the GEO controllers (AKAchartjs-chart-geo.js
) for CHART.js. -
-
Uses of CartesianLinearAxis in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return CartesianLinearAxis Modifier and Type Method Description CartesianLinearAxis
TimeSeriesScales. getLinearAxis()
Returns the axis for values. -
Uses of CartesianLinearAxis in org.pepstock.charba.client.geo
Subclasses of CartesianLinearAxis in org.pepstock.charba.client.geo Modifier and Type Class Description class
ColorAxis
The coloring of the nodes will be done with a special color scale.
Provides the elements, as colored legend, which can provide the how the values are distributed on map.class
SizeAxis
The scale is used to map the values to symbol radius size.
Provides the elements, as colored legend, which can provide the how the values are distributed on map.
-