How to Hide Axes in JS Charts?

Posted by anongdu 
How to Hide Axes in JS Charts?
March 26, 2010 05:37PM
Hi All,

Was wondering if anyone can help me figure out how to NOT DISPLAY axes for line and bar charts. When I set the axes width to 0 it seems to work OK in Firefox but not Chrome. Is there a method I'm overlooking?

myChart.setAxisWidth(0); //works in Firefox but not Chrome
Re: How to Hide Axes in JS Charts?
April 23, 2010 06:52PM
There doesn't appear to be an opacity setting for axis in jscharts. But you could set the axis color to be the same as your background.
See setAxisColor(string hexcolor) or setAxisValuesColor(string hexcolor) in the reference.
Sorry, you do not have permission to post/reply in this forum.