pongz79 Report post Posted April 12, 2013 Hi all, I'm trying to render a bar chart with Flash disabled using the FusionCharts (v 3.3.0) auto-detect method and I'm getting an "Invalid data" page. I've checked the XML following the instructions in FusionCharts documentation page http://docs.fusioncharts.com/charts/contents/Debug/Basic.html Can someone help me with this? Thanks in advance. Here is the XML for the chart: <chart caption='Pals Records by Date started (Financial Year) and Location (exact)' subCaption='' bgSWFAlpha='50' xAxisName='Date started (Financial Year)' yAxisName='Location (exact)' showValues='0' bgColor='e3efff' exportEnabled='1' exportAtClient='0' exportAction='save' exportHandler='thirdpartylibs/fusioncharts/ExportHandlers/FCExporter.php' registerWithJS='1' exportFileName='DATIXWebReport' showLegend='1' exportShowMenuItem='0' ShowPrintMenuItem='0' labelDisplay='Rotate' slantLabels='1' chartRightMargin='60' chartLeftMargin='60' html5ExportHandler='thirdpartylibs/fusioncharts/ExportHandlers/index.php' animation='0' > <categories > <category label='2012' /> <category label='2013' /> </categories> <dataset seriesName='Accident & Emergency' > <set value='9' label='2012' toolText=' 9 (Accident & Emergency) ' link='Javascript:drilldown(drillwhere_AE_0)' /> <set value='2' label='2013' toolText=' 2 (Accident & Emergency) ' link='Javascript:drilldown(drillwhere_AE_1)' /> </dataset> <dataset seriesName='Acute Hospital 'A'' > <set value='1' label='Acute Hospital 'A'' toolText=' 1 (Acute Hospital 'A') ' link='Javascript:drilldown(drillwhere_AHPAHA_0)' /> <set value='0' label='Acute Hospital 'A'' toolText=' 0 (Acute Hospital 'A') ' link='Javascript:drilldown(drillwhere_AHPAHA_1)' /> </dataset> <dataset seriesName='Blue Corridor' > <set value='33' label='Blue Corridor' toolText=' 33 (Blue Corridor) ' link='Javascript:drilldown(drillwhere_BCR_0)' /> <set value='0' label='Blue Corridor' toolText=' 0 (Blue Corridor) ' link='Javascript:drilldown(drillwhere_BCR_1)' /> </dataset> <styles> <definition><style name='SubCap' type='font' color='b3b3b3' /><style name='myCaptionFont' type='font' size='14' /></definition> <application><apply toObject='SUBCAPTION' styles='SubCap' /><apply toObject='Caption' styles='myCaptionFont' /></application> </styles> </chart> Kind regards, Tiago Share this post Link to post Share on other sites
Swarnam Report post Posted April 15, 2013 Hey, I'm afraid, I'm uable to replicate the issue. Please find the attached screenshot for your reference using Multi Series Bar 2D chart rendered in JavaScript mode.. Share this post Link to post Share on other sites
pongz79 Report post Posted April 15, 2013 Hi, Thanks for the help. It was a problem with the call of encodeXMLChars function. Kind regards, Tiago Share this post Link to post Share on other sites
Swarnam Report post Posted April 15, 2013 Hi Tiago, Glad to know your issue has been resolved. Share this post Link to post Share on other sites