How to refresh in data.xml
FusionCharts Forum
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        



How to refresh in data.xml Expand / Collapse
Author
Message
Posted 12/12/2007 6:11:19 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 12/12/2007 7:42:03 PM
Posts: 1, Visits: 4
IE7 does not show the new chart, when I write new XML with name. data.xml 

How can I force it to use the last XML file ?

my code:

strXML = "<graph caption='Test' subCaption='Sales' decimalPrecision='0' showNames='1' numberSuffix=' Units' pieSliceDepth='25' formatNumberScale='0'>"

strXML = strXML & "<set name='" & "QTD" & "' value='" & nTot.ToString() & "' />"

strXML = strXML & "<set name='" & "Per" & "' value='" & nPer.ToString() & "' />"

strXML = strXML & "</graph>"

Return InfoSoftGlobal.InfoSoftGlobal.FusionCharts.RenderChart("FCF_Column3D.swf", "", strXML, "Barchart", "650", "450", False, False)

Thank you!

Post #3340
Posted 12/15/2007 8:16:37 PM
FusionCharts Team

FusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts Team

Group: Administrators
Last Login: 10/3/2008 2:42:18 AM
Posts: 2,117, Visits: 498
Hi,

In this code, you seem to be using dataXML method. The chart wouldn't cache data in this mode.


Thanks,
Pallav Nadhani
FusionCharts Team
Post #3375
« Prev Topic | Next Topic »


Permissions Expand / Collapse

All times are GMT -7:00, Time now is 3:51pm


Execution: 0.047.