Open flash chart : Where is the CSS? -


I am using an open flash chart to display some graphical data in my web page. Now I want to change the graph's appearance. I want to change the background color of the graph. I could not find any CSS file in the download. Can anyone tell me where should I change the color? Assume that you are using PHP, you can set the background colo u

/ B> r (note UK spelling!) As follows:

  $ chart = new open_flash_chart (); $ Chart- & gt; Set_top ("my chart"); $ Chart- & gt; Ad_lement ($ bar); $ Chart- & gt; Set_bugsolar ('#FFFFFF');  

Alternatively, if you are negligible with the raw JSON, set the bg_colour element at the top level : "" "" "" "" ":" Bar "," value ": [1, 2, 3]}]," title ": {"Text": "my chart"}, "bg_colour": "#FFFFFF"}


Comments