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
if (FusionCharts && FusionCharts("RecipClassBarChart") ) FusionCharts("RecipClassBarChart").dispose();
var chart_RecipClassBarChart = new FusionCharts({"dataFormat" : "xml", "scaleMode" : "noScale", "renderAt" : "RecipClassBarChartDiv", "lang" : "EN", "debugMode" : "0", "swfUrl" : "FCMap_World8", "id" : "RecipClassBarChart", "wMode" : "opaque", "width" : "100%", "height" : "650", "registerWithJS" : "1","dataSource" : "<map bgColor='E5E3D1' legendPosition='bottom' showBevel='0' legendCaption='CDC All Award Spending' legendScaleLineAlpha='0' exposeHoverEvent='1' showToolTip='1' showCanvasBorder='0' exportHandler='../FusionCharts/Export/Exported_Images/FCExporter.aspx' exportAction='download' exportAtClient='0' exportEnabled='1' >
<colorRange><color minValue='1' maxValue='25999999' displayValue='$1 - $26M' color='D5E1F2'/><color minValue='26000000' maxValue='40999999' displayValue='$26M - $41M' color='BCDEFF'/>
<color minValue='41000000' maxValue='64999999' displayValue='$41M - $65M' color='56ACFF'/><color minValue='65000000' maxValue='159999999' displayValue='$65M - $160M' color='0079EE'/>
<color minValue='160000000' maxValue='585615787' displayValue='$160M - $585.6M' color='004588'/></colorRange><data><entity id='NY' value='585615787' toolText='State: NY{br} Award Amount: $585,615,787{br} No. Awards: 250' />
<entity id='CA' value='359493409' toolText='State: CA{br} Award Amount: $359,493,409{br} No. Awards: 199' /><entity id='DC' value='222496712' toolText='State: DC{br} Award Amount: $222,496,712{br} No. Awards: 151' />
<entity id='MD' value='199500578' toolText='State: MD{br} Award Amount: $199,500,578{br} No. Awards: 113' /><entity id='TX' value='171143176' toolText='State: TX{br} Award Amount: $171,143,176{br} No. Awards: 83' />
<entity id='GA' value='156839603' toolText='State: GA{br} Award Amount: $156,839,603{br} No. Awards: 107' /><entity id='FL' value='156376566' toolText='State: FL{br} Award Amount: $156,376,566{br} No. Awards: 70' />
<entity id='IL'...