Remove Vertical Lines from AMCHARTS Grid and keep Horizontal lines

user3772369 picture user3772369 · Feb 17, 2016 · Viewed 11k times · Source

My question is about a specific Graphs and Charts Building Tool call AMCHARTS. I am using their live editor to build a Graph, and I need to remove the vertical lines (leave the horizontal lines only) from the chart grid.

Is it possible to do so?

thanks,

Answer

Sri picture Sri · Sep 29, 2016

just change "categoryAxis"

"categoryAxis": {
     "gridThickness": 0
},

Thanks.