Uses of Class
org.pepstock.charba.client.configuration.CartesianAxis
-
Packages that use CartesianAxis 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 CartesianAxis in org.pepstock.charba.client.configuration
Subclasses of CartesianAxis in org.pepstock.charba.client.configuration Modifier and Type Class Description classCartesianCategoryAxisThis object is used to map defined axis as category.classCartesianLinearAxisThis object is used to map defined axis as linear.classCartesianLogarithmicAxisThis object is used to map defined axis as logarithmic.classCartesianTimeAxisThis object is used to map defined axis as time.classCartesianTimeSeriesAxisThis object is used to map defined axis as time series. -
Uses of CartesianAxis in org.pepstock.charba.client.geo
Subclasses of CartesianAxis in org.pepstock.charba.client.geo Modifier and Type Class Description classColorAxisThe 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.classColorLogarithmicAxisThe 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.classSizeAxisThe 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.classSizeLogarithmicAxisThe 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.
-