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

0 comments:
Post a Comment