stranieroinpatria Report post Posted July 23, 2010 Hi all, I've a question about the first load of data. In a page I have a lot of fusioncharts inserted in portlets.When the portlet is moved,or collapsed,the fusioncharts is reloaded.In this way it lost the data displayed since that moment. So I want to find out a way to (on the first load) view the previous data displayed and then of course go on with the updating calls.. I've tryed with: chart dataUrl="/ws/fusionLineFirstLoad" dataStreamURL="/ws/fusionLineUpd" refreshInterval="20" numberPrefix="$" setAdaptiveYMin="1" xAxisName="Time" showRealTimeValue="0" realTimeValuePadding="50" labelDisplay="Rotate" slantLabels="1" useMessageLog="1" showShadow="0" showAreaBorder="0" I thought that in this way the first calls to retrieve data was fusionLineFirstLoad and after that it continued with fusionLineUpd but it not works (the first call dataUrl was ignored) The is an escape because the xml is built serverside.. I've tryed also: ......... dataset seriesName="Central Processor Complex" showValues="0" set value='70' set value='80' set value='90' alpha='90' set value='70' set value='80' ........ and don't work..... Any help will be appreciated! Share this post Link to post Share on other sites
Sanjukta Report post Posted July 23, 2010 Hi, Welcome to FusionCharts Forum. We are coming up with a work-around for this. We will get a fix for this in our next release. Thanks for your continued patience and patronage. Share this post Link to post Share on other sites
stranieroinpatria Report post Posted July 23, 2010 Thank's for the help!Do you know when will be available that release? Just to understand if I can wait or might be better find another solution! Thank you Share this post Link to post Share on other sites
Sanjukta Report post Posted July 24, 2010 Hi, You are welcome. Our upgraded version, i.e, FusionCharts v3.2 is going to release in another few weeks. Thanks for your continued patience. Share this post Link to post Share on other sites