Get Dial value, change color range, change limits in angular gauge

Angular gauge

by Nabajeet Sonowal

HTML

<script src="http://static.fusioncharts.com/code/latest/fusioncharts.js"></script>
<script src="http://static.fusioncharts.com/code/latest/fusioncharts.widgets.js"></script>
<script src="http://static.fusioncharts.com/code/latest/themes/fusioncharts.theme.fint.js"></script>
<div id="chart-container">FusionCharts will render here</div>
<input type="button" value="Change Limits" id="button-getChartData" />
<input id='update-data' type='Button' value='Change color range' />
<input id='alert-csv-data' type='Button' value='Get Data' />

JavaScript

FusionCharts.ready(function () {
    var cSatScoreChart = new FusionCharts({
        type: 'angulargauge',
        renderAt: 'chart-container',
        width: '400',
        height: '250',
        dataFormat: 'json',
        dataSource: {
            "chart": {
                "caption": "Sum SumUnitPriceProduct",
                    "subcaption": "",
                    "numberprefix": null,
                    "showvalues": null,
                    "showBorder": null,
                    "exportEnabled": "1",
                    "borderColor": null,
                    "borderThickness": null,
                    "borderAlpha": null,
                    "captionFont": null,
                    "captionFontColor": null,
                    "captionFontSize": null,
                    "captionFontBold": null,
                    "subCaptionFont": null,
                    "subCaptionFontColor": null,
                    "subCaptionFontSize": null,
                    "subCaptionFontBold": null,
                    "captionAlignment": null,
                    "captionOnTop": null,
                    "alignCaptionWithCanvas": null,
                    "captionHorizontalPadding": null,
                    "xAxisName": null,
                    "yAxisName": null,
                    "xAxisNameFont": null,
                    "yAxisNameFont": null,
                    "xAxisNameFontColor": null,
                    "yAxisNameFontColor": null,
                    "xAxisNameFontSize": null,
                    "yAxisNameFontSize": null,
                    "xAxisNameFontBold": null,
                    "yAxisNameFontBold": null,
                    "xAxisNameFontItalic": null,
                    "yAxisNameFontItalic": null,
                    "showToolTip": null,
                    "toolTipBgColor": null,
                    "toolTipBorderColor": null,
                    "toolTipSepChar": null,
                    "showToolTipShadow": null,
                   ...