|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 7/29/2008 1:25:14 AM
Posts: 2,
Visits: 3
|
|
i know there is bgcolor attributes in the xml while displaying.But i'm not able to set background at initial time while it retrive the data or while it generates the Messeage "No data to display"
How do i set background
since i've created 3 graph in a single row and there is background color #ececec it it try to display white color "retriving or loading time" or there is no data
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: Today @ 7:54:06 AM
Posts: 644,
Visits: 1,948
|
|
Hi, When you are rendering the chart using FusionCharts javascript object then that time we specify the back ground color. please follow the syntax var chart1 = new FusionCharts("FusionCharts/FCF_StackedBar2D.swf", "chart1Id", "400", "300", "0", "0","ececec" ); also set bgcolor='ececec' with in the chart xml <graph bgcolor='ececec' >
Thanks,
Arindam FusionCharts Team
www.fusioncharts.com
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 7/29/2008 1:25:14 AM
Posts: 2,
Visits: 3
|
|
Thank you very much for your reply .....
it worked
|
|
|
|