# XAxis

## XAxisOptions

The following options is default options of charts axis. Some settings are unique for specific chart, information about them is given in the documentation for the corresponding chart.

Name      | Type    | Default    | Descriptions
---       | ---     | ----       | ---
className | array   | `r3-xaxis` | The class name of axis
disable   | boolean | `false`    | if `true` hide the axis
fontColor | string  | `#333`     | The font color
fontSize  | number  | `12`       | The font size
lineColor | string  | `#666`     | The line color
lineWidth | number  | `1`        | The line width
tickColor | string  | `#666`     | The tick color
tickShift | number  | `0`        | The shift of tick
tickWidth | number  | `1`        | The tick width 
