Uses of Interface
org.pepstock.charba.client.configuration.IsNumericAxis
-
Packages that use IsNumericAxis 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 IsNumericAxis in org.pepstock.charba.client.configuration
Subinterfaces of IsNumericAxis in org.pepstock.charba.client.configuration Modifier and Type Interface Description interface
IsLinearAxis
Common methods for numeric scales (linear/log cartesian and radial).Classes in org.pepstock.charba.client.configuration that implement IsNumericAxis Modifier and Type Class Description class
CartesianLinearAxis
This object is used to map defined axis as linear.class
CartesianLogarithmicAxis
This object is used to map defined axis as logarithmic.class
RadialAxis
Radial axes are used specifically for the radar and polar area chart types.
These axes overlay the chart area, rather than being positioned on one of the edges.
The linear scale is use to chart numerical data.
As the name suggests, linear interpolation is used to determine where a value lies in relation the center of the axis. -
Uses of IsNumericAxis in org.pepstock.charba.client.geo
Classes in org.pepstock.charba.client.geo that implement IsNumericAxis 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
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
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.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.
-