Refreshing the Fusion Chart
#1
Posted 20 January 2009 - 03:53 AM
I am using Fusion charts in my AJAX Based Echo2 Framework,
without refreshing the chart/ page the chart is automatically reloading, even though there is no change the Chart Data (XML).
Please let me know how to avoid this reloading the chart automatically.
-Thanks & Regards
Gan
Gan
Other Replies To This Topic
#2
Posted 20 January 2009 - 06:10 AM
It might be that the framework that you are using might be hiding and showing the chart container. In some browsers like mozilla based browsers if you hide and show the flash (chart) content it reloads. Please check this once.
Other Replies To This Topic
#3
Posted 21 January 2009 - 09:25 AM
Charts are loading fine in IE, but coming to mozilla based browser (Fire fox) the Chart is Reloading automatically.
Please let me know where I have to change property of the browser to avoid the automatic reloading the charts.
Thanks in advance.
Gan
Other Replies To This Topic
#4
Posted 22 January 2009 - 06:48 AM
There is someting in your code (may be a JavaSCript framework that you are using or may be your client side css etc.) and you need to debug through it where you might find that at JavaScript leve or CSS level display or visibility or opacity/moz-opacity property is used.
Other Replies To This Topic
#5
Posted 08 March 2010 - 03:49 AM
I am also facing same problem of automatic reloading of chart.
I have checked all things you have mentioned. I am not hiding/showing any graph panel or nothing happening
different.
But chart are reloaded automatically. This problem occurs in all browsers except IE.
Kindly get back me with some workout.
Thanks
LivingLegends
Other Replies To This Topic
#6
Posted 08 March 2010 - 04:54 AM
I am also facing same problem of automatic reloading of chart.
I have checked all things you have mentioned. I am not hiding/showing any graph panel or nothing happening
different.
But chart are reloaded automatically. This problem occurs in all browsers except IE.
Did you get any solution of this? Please share it with me.
Thanks
LivingLegend
Other Replies To This Topic
#7
Posted 11 March 2010 - 03:28 AM
Can anyone among you send us a live URL to test from?
Other Replies To This Topic
#8
Posted 24 March 2010 - 02:11 PM
I have the same issue with chart reload .
But happens in the following scenario(both tested on firefox 3.0.8/ubuntu Linux)
1)when i hide and show the div container holding the chart the chart reloads (i have checked this as you have said this will happen in your reply)
2)But my actual use case is i am loading some other content for my application through ajax (that content might increase the page length) even in this case the charts reload.
Is there a way to disable this automatic reload.
I would also like to know what event is triggering the chart reload in second case ,id page resize also causes a chart reload?
Thanks
Pradeep Kumar
ps :This reload is not happening on chrome though.
Other Replies To This Topic
#9
Posted 26 March 2010 - 03:00 AM
How to disable auto reloading flash chart , Still stuck .
Pradeep Kumar
Other Replies To This Topic
#10
Posted 29 March 2010 - 01:46 AM
I am afraid, we too could not figure out a hack for this.
Other Replies To This Topic
#11
Posted 30 March 2010 - 11:26 AM
This must be a way to disable the auto refresh on page size change.
If there is not this seems to be bug .Can this be fixed ?
Thanks
Pradeep Kumar
Other Replies To This Topic
#12
Posted 01 April 2010 - 08:43 AM
I found a work around for this issue. Wrap the content which will be resizing due to ajax responses inside a <div>
and the reload does not happen now.
Thanks
Pradeep Kumar
Other Replies To This Topic
#13
Posted 01 April 2010 - 11:04 PM
Glad that your issue is resolved.
Thanks for sharing the idea.
Keep smiling and keep FusionCharting.
Other Replies To This Topic
#14
Posted 01 September 2010 - 04:48 AM
I have some code structure like this:
div id="tab's content" style="display:block/none" [b]//at this level i show/hide the tab's content[/b]
div class=""container of fusionchart"
div id="WorldWideTab1MainChart" align="center">Place to be placed by the chartau u can see i use tabs here, so i need to show/hide the tab's content when shiftting between tabs. and in Firefox, the flash chart is automatically reloaded when the tab's content is shown. In this case, as i use setDataXml method, the chart have no data to display.
is there any way to disable this automatically reload in Firefox?????
thx a lot for any response.

Back to top
MultiQuote