zoom 1 series multiple

by kzoon

HTML

<script src="http://code.highcharts.com/highcharts.js"></script>
<script src="http://code.highcharts.com/highcharts-more.js"></script>
<div id="container" style="width: 600px; height: 400px; margin: 0 auto;"></div>

JavaScript

$(function () {
    $('#container').highcharts({


        "chart": {
            "type": "bubble",
                "zoomType": "x",
                "panning": true,
                "panKey": "shift",
                "resetZoomButton": {
                "theme": {
                    "style": {
                        "fontFamily": "'Lucida Grande', 'Lucida Sans Unicode'",
                            "fontSize": "11px",
                            "color": "rgba(102,102,102,1)"
                    }
                }
            }

        },
            "title": {
            "text": ""
        },
            "subtitle": {
            "text": ""
        },


            "plotOptions": {
            "bubble": {
                "animation": false,
                    "shadow": false,
                    "stickyTracking": false,
                    "zIndex": 13


            }
        },
 
  
            "series": [{

 
                "data": [
                [409713, 19254, 187279]
            ],
                "name": "World"
        }, {
  
    
                "data": [
                [134002, 12893, 61057]
            ],
                "name": "Americas"
        }, {
  
   
                "data": [
                [98741, 10480, 45404]
            ],
                "name": "Australia"
        }, {
     
                "data": [
                [144771, 10257, 66066]
            ],
                "name": "Europe"
        }, {
   
                "data": [
                [32199, 10624, 14752]
            ],
                "name": "Asia"
        }, {
            "numberformats": {},
                "color": "rgba(73,41,112,1)",
                "zIndex": 13,
                "dataLabels": {
                "enabled": true,
                    "style": {
                    "textShadow": "none"
                },
                    "scFormat": {},
                    "scSelection": {}
            },
                "scTooltipFormat": {},
               ...