FusionCharts - Gallery Example - Multi-series Column 3D + Line (Dual Y) Chart
Created using FusionCharts Suite XT - www.fusioncharts.com
by Gary Cline
HTML
<script src="http://static.fusioncharts.com/code/latest/fusioncharts.js"></script>
<script src="http://static.fusioncharts.com/code/latest/fusioncharts.charts.js"></script>
<!-- Multi-series Column 3D + Line (Dual Y) Chart -->
<div id="RecipClassBarChartDiv">FusionCharts will render here</div>
JavaScript
var chart_RecipClassBarChart = new FusionCharts({
"dataFormat": "xml",
"scaleMode": "noScale",
"renderAt": "RecipClassBarChartDiv",
"lang": "EN",
"debugMode": "0",
"swfUrl": "MSCombiDY2D",
"id": "RecipClassBarChart",
"wMode": "opaque",
"width": "100%",
"height": "650",
"registerWithJS": "1",
"dataSource": "<chart numberScaleUnit='K,M,B' numberScaleValue='1000,1000,1000' numberPrefix='$' decimals='3' exportEnabled='1' exportAtClient='0' exportHandler='http://localhost/asp-export-handler/FCExporter.aspx' exportAction='download' baseFontColor='55554A' setAdaptiveYMin='1' caption='ACL: Total Award Amounts and Award Number' SYAxisName='No. Awards' PYAxisName='Award Amount' bgColor='E5E3D1' divLineAlpha='0' canvasBorderThickness='0' useRoundEdges='1' canvasBorderColor='BBB99E'><categories><category label='Other (Towns, Villages, American Indian Tribes)' /><category label='Private Profit ( Small Business ) Orgs' /><category label='Private Profit ( Large Business ) Orgs' /><category label='Non-Profit Private Non-Gov Orgs' /><category label='Special Unit of Gov' /><category label='Non-Profit Public Non-Gov Orgs' /><category label='State Gov' /><vLine /></categories><dataset seriesName='Number of Awards' parentYAxis='S' renderAs='Column'><set value='1' /><set value='1' /><set value='2' /><set value='8' /><set value='1' /><set value='7' /><set value='107' /></dataset><dataset seriesName='Total Award Amount' parentYAxis='P' renderAs='Column'><set value='0' /><set value='-286' /><set value='-2429' /><set value='-27307' /><set value='-47227' /><set value='-126478' /><set value='-2080238' /></dataset><trendLines /><styles><definition><style name='PlotShadow' type='Shadow' color='5C5850' distance='10' angle='45' alpha='50' /><style name='CaptionFont' type='font' font='Segoe UI' size='20' color='FFFFFF' bgColor='2467A7' /><style name='PlotBevel' type='Bevel' color='5C5850' angle='290' /><style name='LabelFont' type='font' font='Verdana' size='11'...