pongz79

Invalid Data On Bar Chart

Recommended Posts

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

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

 

Capture.PNG

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now