FusionCharts -242793 Multi-series Stacked Column 2D Line Dual Y Combination Chart
Created using FusionCharts Suite XT - www.fusioncharts.com
HTML
<script src="http://static.fusioncharts.com/code/latest/fusioncharts.js"></script>
<script src="http://static.fusioncharts.com/code/latest/fusioncharts.charts.js"></script>
<script src="http://static.fusioncharts.com/code/latest/themes/fusioncharts.theme.fint.js"></script>
<!-- Sample for : Stacked Column Chart. This sample is showing product category wise revenue for current year using Stacked Column 2D Chart. -->
<div id="chart-container">FusionCharts will render here</div>
JavaScript
FusionCharts.ready(function () {
var myChart = new FusionCharts({
"type": "msstackedcolumn2dlinedy",
"dataFormat": "json",
"renderAt": "chart-container",
"width": "1000",
"height": "800",
"dataSource": {
"chart": {
"caption": "Monthly Average Since 2005",
"subcaption": "",
"palette": "1",
"useroundedges": "1",
"xaxisname": "",
"decimals": "0",
"legendposition": "bottom",
"pyaxisminvalue": "0",
"pyaxismaxvalue": "0",
"syaxisminvalue": "0",
"syaxismaxvalue": "0",
"pyaxisname": "Report Generated On: 11 Sep 2014 04:22:30 UTC By 7605 {br} Usage",
"syaxisname": "",
"showtooltip": "1",
"showsecondarylimits": "1",
"showdivlinesecondaryvalue": "1",
"centeryaxisname": "1",
"chartrightmargin": "50",
"showborder": "0",
"labeldisplay": "rotate",
"formatnumberscale": "0"
},
"categories": [{
"category": [{
"label": "2005"
}, {
"label": "2006"
}, {
"label": "2007"
}, {
"label": "2008"
}, {
"label": "2009"
}, {
"label": "2010"
}, {
"label": "2011"
}, {
"label": "2012"
}, {
"label": "2013"
}, {
"label": "Last 12"
}, {
"label": "Prev 12"
}]
}],
...