| Package | Description | 
|---|---|
| org.pepstock.charba.client.configuration | 
 Contains all elements to configure a chart instance (know as chart options at instance level). 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
IsLinearTick
Common methods for linear scale tick is use to chart numerical data. 
Can be used for linear cartesian and radial ticks.  | 
| Modifier and Type | Class and 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  | 
CartesianLogarithmicTick
The logarithmic scale is use to chart numerical data. 
 | 
class  | 
RadialLinearTick
This object is used to map defined radial axis as linear. 
 |