FusionCharts - Automatic number formatting enabled in JavaScript charts logarithmic

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>
<!-- FusionCharts Suite XT automatically compresses large numbers (thousands, millions and billions) to a more readable format by shortening them and then appending K,M,B respectively. This behavior is enabled by default. If you need to show full numbers, you can set : # formatNumberScale - To 0 if you want to show full numbers. By default, it is set to 1, to enable compression of large numbers. -->
<div id="chart-container">FusionCharts will render here</div>

JavaScript

FusionCharts.ready(function () {
    var myChart = new FusionCharts({
        "type": "logmscolumn2d",
            "renderAt": "chart-container",
            "width": "500",
            "height": "350",
            "dataFormat": "json",
            "dataSource": {
            "chart": {
                "caption": "Store footfall vs Online visitors ",
                    "subCaption": "Last Year",
                    "captionFontSize": "14",
                    "subcaptionFontSize": "14",
                    "subcaptionFontBold": "0",
                    "baseFontColor": "#333333",
                    "baseFont": "Helvetica Neue,Arial",
                    "xAxisName": "Quarter",
                    "yAxisName": "No of visitors",
                    "paletteColors": "#0075c2,#1aaf5d",
                    "bgColor": "#ffffff",
                    "showBorder": "0",
                    "showCanvasBorder": "0",
                    "showPlotBorder": "0",
                    "showAlternateHgridColor": "0",
                    "showXAxisLine": "1",
                    "usePlotGradientcolor": "0",
                    "valueFontColor": "#ffffff",
                    "placeValuesInside": "1",
                    "rotateValues": "0",
                    "LegendShadow": "0",
                    "legendBorderAlpha": "0",
                    "base": "10",
                    "axisLineAlpha": "10",
                    "toolTipColor": "#ffffff",
                    "toolTipBorderThickness": "0",
                    "toolTipBgColor": "#000000",
                    "toolTipBgAlpha": "80",
                    "toolTipBorderRadius": "2",
                    "toolTipPadding": "5",
                    "divlineAlpha": "100",
                    "divlineColor": "#999999",
                    "divlineThickness": "1",
                    "divLineIsDashed": "1",
                    "divLineDashLen": "1",
                    "divLineGapLen": "1"
            },
                "categories":...