Hey,
Could you please confirm, which chart type (the SWF file name) you are using for rendering the graph?
It seems from the comment line of your code (posted on 03 Aug 2012), "#Return the chart XML for Column 3D Chart".
But you are forming the XML for MultiSeries graph.
Please use "FCF_MSLine.swf " file for rendering your graph and do share the feedback with us.
If this not helps, could you please provide the complete XML output to look into your issue?
hey, i really thanks a lot for your fast reply..
i checked it and yeah i got wrong about the chart type but when i changed it.. it did not work at all..
so i tried to delete the code that creates "categories" and it could provide correct XML but when i added it again i got wrong again and it said not well formed..
the XML output is like this :
XML Parsing Error: not well-formed
Location:
http://localhost/lala.phpLine Number 1, Column 30:
<category name='30-Jun-12'/></categories>
------------------------------------------^
<dataset seriesname = 'TCH_DROP'>
<set value='0.78'/>
<set value='0.82'/>
<set value='1.38'/>
<set value='0.75'/>
<set value='0.6'/>
</dataset>
<dataset seriesname = 'TCH_BLOCK'>
<set value='0'/>
<set value='0'/>
<set value='0'/>
<set value='0'/>
<set value='0'/>
</dataset>
</graph>
really thanks a lot for your help