JSCharts - How to Hide Axes
- by st4ck0v3rfl0w
Hello All,
I'm currently using JSCharts to chart some data, however, I'm not quite sure how to hide the axes. Maybe I'm overlooking something in the reference documentation (see http://www.jscharts.com/how-to-use-reference) but I can't seem to find it!~
myChart.setAxisWidth(0); //works in Firefox but not Chrome
Thanks in advance!