Uses of Interface
org.pepstock.charba.client.configuration.IsLinearTick
-
Packages that use IsLinearTick Package Description org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level). -
-
Uses of IsLinearTick in org.pepstock.charba.client.configuration
Classes in org.pepstock.charba.client.configuration that implement IsLinearTick Modifier and Type Class Description class
CartesianLinearTick
The linear scale is use to chart numerical data.
It can be placed on either the x or y axis.
The scatter chart type automatically configures a line chart to use one of these scales for the x axis.
As the name suggests, linear interpolation is used to determine where a value lies on the axis.class
RadialLinearTick
This object is used to map defined radial axis as linear.
-