Sign in to follow this  
Sanjukta

Load Historical Data on first Load

Recommended Posts

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..... :D

 

Any help will be appreciated!

Share this post


Link to post
Share on other sites

Hi,

Welcome to FusionCharts Forum. :D

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

Hi,

You are welcome. :D

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
Guest
This topic is now closed to further replies.
Sign in to follow this