How you toggle the lines that are parallel to X axis and appear for each value on Y axis?
These ones -
Asked
Active
Viewed 70 times
0

upInCloud
- 979
- 2
- 10
- 29
2 Answers
2
xAxis: {
...
lineWidth: 0,
minorGridLineWidth: 0,
lineColor: 'transparent',
...
labels: {
enabled: false
},
minorTickLength: 0,
tickLength: 0
}
Just add this to the x axis definition

Shipra Gupta
- 35
- 5