Bubble Chart with vast difference in values 1

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>
<div id="chart-container">FusionCharts will render here</div>
<!-- A Bubble Chart showing sales analysis of shoes of different brands for Harry's Supermart for last month. -->

JavaScript

FusionCharts.ready(function () {
    var conversionChart = new FusionCharts({
        type: 'bubble',
        renderAt: 'chart-container',
        width: '600',
        height: '300',
        dataFormat: 'json',
        dataSource: {
            "chart": {
                "caption": "Sales Analysis of Shoe Brands",
                    "subcaption": "Last Quarter",
                    "xAxisMinValue": "0",
                    "xAxisMaxValue": "100",
                    "yAxisMinValue":"0",
                    "yAxisMaxValue": "30000",
                    "plotFillAlpha": "70",
                    "plotFillHoverColor": "#6baa01",
                    "showPlotBorder": "0",
                    "xAxisName": "Average Price",
                    "yAxisName": "Units Sold",
                    "numDivlines": "9",
                    "showValues": "1",
                    "showTrendlineLabels": "0",
                    "plotTooltext": "$name : Profit Contribution - $zvalue%",
                    "theme": "fint",
                "clipBubbles":"0"
            },
                "categories": [{
                "category": [{
                    "label": "0",
                        "x": "0"
                }, {
                    "label": "$20",
                        "x": "20",
                        "showverticalline": "1"
                }, {
                    "label": "$40",
                        "x": "40",
                        "showverticalline": "1"
                }, {
                    "label": "$60",
                        "x": "60",
                        "showverticalline": "1"
                }, {
                    "label": "$80",
                        "x": "80",
                        "showverticalline": "1"
                }, {
                    "label": "$100",
                        "x": "100",
                        "showverticalline": "1"
                }]
            }],
                "dataset": [{
                "color":...