FusionCharts - Column 2D Chart in JavaScript

Created using FusionCharts Suite XT - www.fusioncharts.com

by sanjuktamukherjee

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>
<!--
    A simple Column 2D chart showing monthly revenue of Harry's SuperMart for last year.
-->
<div id="chart-container">FusionCharts will render here</div>

JavaScript

FusionCharts.ready(function () {
    var revenueChart = new FusionCharts({
        type: 'pie3d',
        renderAt: 'chart-container',
        width: '500',
        height: '300',
        dataFormat: 'xml',
        dataSource: '<chart caption="RatePlan" xAxisName="Rateplan" yAxisName="serviceno" lineThickness="2" useRoundEdges="1" palette="3" formatNumberScale = "0" legendBorderAlpha="0" bgColor="FFFFFF,FFFFFF" chartLeftMargin="15" chartRightMargin="15" startingangle="200" labeldisplay="stagger" staggerlines="2" minimiseWrappingInLegend="1" legendPosition="BOTTOM" interactiveLegend="1" showLabels="1"><set label = "Mobile Value Share 50 - 01 Mandatory Package" value="50" color="FF8E46" link="reportAction.do?param=fusionPopup&rateplan=Mobile Value Share 50 - 01 Mandatory Package&hierarchyId=83640000" /><set label = "Z Mobile EXPIRED Value Share 80 (IDD) - 01 Mandatory Package" value="18" color="008E8E" link="reportAction.do?param=fusionPopup&rateplan=Z Mobile EXPIRED Value Share 80 (IDD) - 01 Mandatory Package&hierarchyId=83640000" /><set label = "Mobile New Standard Plan - 01 Mandatory Package" value="6" color="D64646" link="reportAction.do?param=fusionPopup&rateplan=Mobile New Standard Plan - 01 Mandatory Package&hierarchyId=83640000" /><set label = "Mobile Value Corporate Premier - 01 Mandatory Package" value="4" color="8E468E" link="reportAction.do?param=fusionPopup&rateplan=Mobile Value Corporate Premier - 01 Mandatory Package&hierarchyId=83640000" /><set label = "Z Mobile EXPIRED Mobile Blackberry Voice & Data Plan - 01 Mandatory Package" value="3" color="588526" link="reportAction.do?param=fusionPopup&rateplan=Z Mobile EXPIRED Mobile Blackberry Voice & Data Plan - 01 Mandatory Package&hierarchyId=83640000" /><set label = "HSDPA - WBB 5GB Peak/15GB Off Peak" value="2" color="B3AA00" link="reportAction.do?param=fusionPopup&rateplan=HSDPA - WBB 5GB Peak/15GB Off Peak&hierarchyId=83640000" /><set label = "Mobile Value Corporate Premier Plus - 01 Mandatory...