|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 4/12/2008 4:37:50 AM
Posts: 8,
Visits: 14
|
|
Hello all,
I am using fusion chart. Everything is working fine but there seems to be a small problem, I have calendar just above where i am displaying the chart, so after the chart is shown the calendar goes behind the chart. I found a lot of post related to this problem, but either they were related displaying chart via javascript whereas mine is from server side or insufficent. So can anybody plz help me out of this.
This is my Xml data
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 2 days ago @ 7:57:52 PM
Posts: 1,956,
Visits: 468
|
|
In the chart inclusion JS code, set:
chart.setTransparent(true);
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|