Adis Corovic
Members-
Content count
9 -
Joined
-
Last visited
About Adis Corovic
-
Rank
Forum Newbie
-
HI, Now we have changed de dashboards and now i use this: <div id="dashboard"> <script type="text/javascript"> var myChart1 = new FusionCharts("../FusionCharts/CHARTNAME", "myChart1Id", "1500", "800", "0", "0"); myChart1.setDataURL("../Data/XMLFILE"); myChart1.render("dashboard"); </script> </div> and this works fine. Thanks for your help and sorry for my late reaction.:cool:
-
Hi Shamasis, I did not try the JScript to embed the chart. Locally and on a server I face the same caching issues. So I will try it with JScript... thanks for the hopefully best answer ;-)... Why I did not try JScript? Regards, Adis
-
Hi Rajroop, Still no succes with the addition ?nocache="+ new Date().valueOf(), it keeps caching all the time... Example: when I change the XML and hit refresh 10 times, 6 times i get the 'old' value. The HTML files and XML data is located on a server and I approach it trough HTTP:Servernamesiteame.html Any other suggestions? Can you help me realtime, using TeamViewer or another program? regards, adis
-
Hi Shamasis, (sorry for my late reply, I was out of office for a while)...My situation is as follow: I create the XML file (the XML is correct) directly uit a SQL database. The XML file is located in C:Dashboardsdata. Furthermore I have a HTMl file and in the HTML I am using an object to show the data. This is according to FusionCarts documentation: http://www.fusioncharts.com/widgets/docs/Contents/HTMLEmbed.html The XML file (with 7 records of pure data, so the output is 7 bars) is refreshing with a refresh rate of 5 seconds. So sometimes i see that the Internet Explorer is showing 'old' information. Did your ever had to deal with a refresh problem when embedding FusionCharts in HTML pages? What do you suggest me to do? I provided an example that i use in the attachment.. Thanks for your help. Chart.zip
-
does anybody has an suggestion?
-
Hi all, Although I thought that I could solve this problem easy, I just cannot find the suitable solution for me. My situation: I have a tool that generates the XML file I need. In a HTMl file I use an object instead of an iframe to show the chart: <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" BORDER="0" WIDTH="750" HEIGHT="500" id="FC_2_3_Column3D"> <PARAM NAME=movie VALUE="../FusionCharts/AngularGauge.swf"> <PARAM NAME="FlashVars" VALUE="&dataURL=../Data/backlog.xml&chartWidth=750&chartHeight=500"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> </OBJECT> This works fine for me but I have a refresh problem.. So IE is chaching the data so my charts are not real time.. Could someone please advise..
-
Thanks for your reply. I will use a workaround: I will edit the sql query so that the value is NULL instead of 0. Thanks for your help!
-
Hi Saptarshi, In the last version that I have used (FusionChartFree) this problem did not occured? I will try to reproduce this and make a vido so that you can see this.
-
Hi all, Question: I do not want to show any zero values in my MSColumn3D. I generate the XML file so in my dataset I do have values that contain <0>. See the following XMl file: So the last dataset contains a zero value and the chart shows a tiny stripe with the valu 0. I want to show every values except the zero values? Please help.. thanks in advance. Data.xml