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!
This topic is locked


Back to top
MultiQuote