How to remove the background colour and the grid colour of Open Flash Chart

Monday, November 9, 2009

How to remove the background colour and the grid colour of Open Flash Chart

It seems one could accomplish most of the stuff by changing the response of the JSON

Response JSON:

{
.......

"x_axis": {
....
"grid-colour":-1,
....
},

"y_axis":{
....
"grid-colour":-1,
....
},

"bg_colour": -1
}



Related

 Digg  Del.icio.us  Reddit  SlashDot

0 comments: