Scroll Bar

Created using FusionCharts Suite XT - www.fusioncharts.com

by Nabajeet Sonowal

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>
<!-- Configuring background color in Column2D chart using: Attribute: # bgColor - Set to #DDDDDD # bgAlpha - Set to 50 Deviation from theme: # canvasBgAlpha - Set to 0 as the purpose of the chart to show background cosmetics. -->
<div id="chart-container">FusionCharts will render here</div>

CSS

body {
    padding: 10px;
}

JavaScript

FusionCharts.ready(function () {
    var myChart = new FusionCharts({
        "type": "scrollcolumn2d",
            "dataFormat": "json",
        "renderAt":"chart-container",
            "dataSource": {
            "chart": {
                "caption": "Sales Trends",
                    "subcaption": "FY 2012 - FY 2013",
                    "xaxisname": "Month",
                    "yaxisname": "Revenue",
                    "showvalues": "1",
                    "placeValuesInside": "1",
                    "rotateValues": "1",
                    "valueFontColor": "#ffffff",
                    "numberprefix": "$",
                    "baseFontColor": "#333333",
                    "baseFont": "Helvetica Neue,Arial",
                    "captionFontSize": "14",
                    "subcaptionFontSize": "14",
                    "subcaptionFontBold": "0",
                    "showborder": "0",
                    "paletteColors": "#0075c2",
                    "bgcolor": "#FFFFFF",
                    "showalternatehgridcolor": "0",
                    "showplotborder": "0",
                    "labeldisplay": "WRAP",
                    "divlinecolor": "#CCCCCC",
                    "showcanvasborder": "0",
                    "linethickness": "3",
                    "plotfillalpha": "100",
                    "plotgradientcolor": "",
                    "numVisiblePlot": "12",
                    "divlineAlpha": "100",
                    "divlineColor": "#999999",
                    "divlineThickness": "1",
                    "divLineIsDashed": "1",
                    "divLineDashLen": "1",
                    "divLineGapLen": "1",
                    "scrollheight": "10",
                    "flatScrollBars": "1",
                    "scrollShowButtons": "0",
                    "scrollColor": "#cccccc",
                    "showHoverEffect": "1"
            },
                "categories": [{
                "category": [{
                    "label":...