Scatterplot - boost

series vs chart level

by amrutaJgtp

HTML

<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/modules/boost.js"></script>
<script src="https://code.highcharts.com/modules/exporting.js"></script>

<div id="container" ></div>

JavaScript

Highcharts.chart('container', {

  "tooltip": {
    "enabled": true
  },
  "plotOptions": {
    "series": {
      "allowPointSelect": true,
      "turboThreshold": 0
    },
    "scatter": {
      "allowPointSelect": true,
      "turboThreshold": 0
    }
  },
  "legend": {
    "enabled": false,

  },
  "xAxis": {
    "title": {
      "text": "Ave",

      "align": "middle",
      "margin": 5
    },
    "opposite": false,
    "axisInternalName": "0",

    "lineWidth": 1,
    "lineColor": "rgba(174,174,174,1)",
    "id": "xAxis0",
    "tickWidth": 1,
    "tickmarkPlacement": "on",
    "gridLineWidth": 0,
    "gridLineColor": "#C0C0C0",
    "plotLines": [],
    "tickInterval": null,
    "max": null,
    "scrollbar": {
      "enabled": false
    }
  },
  "yAxis": [{
    "title": {
      "text": "SR",
      "align": "middle",
      "margin": 5
    },
    "opposite": false,
    "axisInternalName": "0",

    "lineWidth": 0,
    "lineColor": "rgba(174,174,174,1)",
    "tickWidth": 0,
    "reversed": false,
    "id": "yAxis0",
    "gridLineWidth": 0,
    "gridLineColor": "#C0C0C0",
    "maxPadding": 0.05,
    "minPadding": 0,
    "plotLines": [],
    "plotBands": []
  }],
  "boost": {
    "enabled": true,
    "seriesThreshold": null
  },
  "series": [{
    "color": "rgba(65,50,155,1)",
    "type": "scatter",
    "id": "series0",
    "internalName": "t20__t20__Msr_SR",
    "valueSeriesDisplayName": "SR",
    "yAxis": 0,
    "data": [{
      "x": 22.9,
      "y": 121.34
    }],
    "boostThreshold": 5001,
    "name": "DJ Hussey ",
    "showInLegend": true,
    "dataLabels": {
      "enabled": false
    },
    "marker": {
      "states": {
        "select": {
          "fillColor": null
        }
      },
      "enabled": true,
      "symbol": "circle",
      "fillColor": "rgba(65,50,155,1)",
      "lineWidth": 2,
      "lineColor": null
    },
    "point": {
      "events": {}
    },
    "colorSeriesName": "Player",
    "isColorSeries": true
  }, {
    "color":...