I’m using jqplot for displaying bar chart and pie chart. I want to display them without grid lines. So, I’ve inserted the following line.
grid:{background:'transparent',borderColor:'#d0d0d0'},
It is not working in IE but in firefox it is displaying without grid lines. Please help me out.
I’m pretty sur that IE < 9 doesn’t support transparancy.