Amcharts 5 – Suppress yAxis Grid Line
-
Hi,
Searched all over, but can’t find the property that will allow me to suppress a graph’s yAxis grid line. I just want to suppress the grid lines inside the chart, not the leftmost yAxis.
For Amcharts 4, it appears this works:
valueAxis.renderer.grid.template.disabled = true;But for Amchart 5, I keep getting a non-existent property error for “grid”.
Thx!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Amcharts 5 – Suppress yAxis Grid Line’ is closed to new replies.