Configuration properties for gridlines.
Parameters:
Name |
Type |
Description |
show |
boolean
|
Whether to show or hide the grid line. By default true for vertical gridlines. |
zeroLineColor |
string
|
Color of zero line. |
color |
string
|
Color of grid lines. |
x |
Object
|
Configuration of grid lines drawn along x axis.
Properties
Name |
Type |
Description |
show |
boolean
|
Whether to show or hide vertical grid lines. |
|
y |
Object
|
Configuration of grid lines drawn along y axis.
Properties
Name |
Type |
Description |
show |
boolean
|
Whether to show or hide horizontal grid lines. |
|
- Source: