Sign in to follow this  
s79

refreshing gannt control

Recommended Posts

hi guies,

recently i've tried gant fusion widget control with the following problem:

when i load gannt control on fisrt time in page it works fine,

but when i reload ma aspx page and i run an overwrite of xml source file (on event page load) i notice that the gantt control doesn't change in its graphic appearance (when i update xml file i re-write all information with new values..).

gantt obj is loaded in this way:

<

div id="chartdiv">

<script type="text/javascript">

var myChart = new FusionCharts("GanttFusion/Gantt.swf", "myChartId", "800", "400", "0", "0");

myChart.setDataURL(

"GanttFusion/Gantt.xml");

myChart.render(

"chartdiv");

</script>

</

div>

Can anyone help me..?

thanks in advance..

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

Glad that your issue is resolved.

Keep smiling and keep FusionCharting. :)

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this