Uses of Class
org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
-
Packages that use CartesianLogarithmicAxis Package Description org.pepstock.charba.client.geo Contains all classes to activate the GEO controllers (AKAchartjs-chart-geo.js
) for CHART.js. -
-
Uses of CartesianLogarithmicAxis in org.pepstock.charba.client.geo
Subclasses of CartesianLogarithmicAxis in org.pepstock.charba.client.geo Modifier and Type Class Description class
ColorLogarithmicAxis
The coloring of the nodes will be done with a special color scale, for logarithmic data.
Provides the elements, as colored legend, which can provide the how the values are distributed on map.class
SizeLogarithmicAxis
The scale is used to map the values to symbol radius size, for logarithmic data.
Provides the elements, as colored legend, which can provide the how the values are distributed on map.
-