spark chart axis

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.powercharts.js"></script>
<script src="http://static.fusioncharts.com/code/latest/themes/fusioncharts.theme.fint.js"></script>
<!-- Configuring tooltips using Macros in Heatmap charts. Attribute: # plotTooltext - Set thehttp://jsfiddle.net/fusioncharts/bgv553mj/#tidy string with macro. Macros: $rowLabel $tlLabel $trLabel $dataValue $columnLabel Note: Similar Usage for the following Macros $blLabel $brLabel -->
<div id="chart-container-spark">FusionCharts will render here</div>
<div id="chart-container">FusionCharts will render here</div>

JavaScript

FusionCharts.ready(function () {
    var myChart = new FusionCharts({
        "type": "sparkcolumn",
            "width": "400",
            "height": "100",
            "renderAt": 'chart-container-spark',
            "dataFormat": "json",
            "dataSource": {
            "chart": {
                //"caption": "Revenue by Month",
                //  "subcaption": "Last year",

                    "numberPrefix": "$",
                    "showBorder": "0",
                    "canvasBorderThickness": "0",
                    "bgColor": "#ffffff",
                    "plotFillColor": "#0075c2",
                    "highColor": "#1aaf5d",
                    "lowColor": "#8e0000",
                    "showHoverEffect": "1"
            },

                "dataset": [{
                "data": [{
                    "value": "783000"
                }, {
                    "value": "601000"
                }, {
                    "value": "515000"
                }, {
                    "value": "315900"
                }, {
                    "value": "388000"
                }, {
                    "value": "433000"
                }, {
                    "value": "910000"
                }, {
                    "value": "798000"
                }, {
                    "value": "483300"
                }, {
                    "value": "562000"
                }, {
                    "value": "359400"
                }, {
                    "value": "485000"
                }, {
                    "value": "783000"
                }, {
                    "value": "601000"
                }, {
                    "value": "515000"
                }, {
                    "value": "315900"
                }, {
                    "value": "388000"
                }, {
                    "value": "433000"
                }, {
                    "value": "910000"
                }, {
                    "value": "798000"
                }, {
     ...