Scatterplot - SDL positions

Bottom inside

by amrutaJgtp

HTML

<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/highcharts-more.js"></script>
<script src="https://code.highcharts.com/modules/exporting.js"></script>
<script src="https://code.highcharts.com/modules/export-data.js"></script>

<div id="container" style="height: 400px; min-width: 310px; max-width: 600px; margin: 0 auto"></div>

JavaScript

Highcharts.chart('container', {
  "chart": {
    "inverted": false,
    "backgroundColor": "rgba(255,255,255,0)",
    "plotBackgroundColor": "rgba(255,255,255,0)",
    "zoomType": "xy",
    "resetZoomButton": {
      "theme": {
        "fill": "#ffffff",
        "stroke": "#687b90",
        "r": 0,
        "style": {
          "color": "#687b90",
          "cursor": "pointer",
          "fontSize": "0.714rem",
          "fontFamily": "Lucida Sans Unicode,Verdana,Helvetica,Arial"
        },
        "states": {
          "hover": {
            "fill": "#687b90",
            "stroke": "#687b90",
            "style": {
              "color": "#ffffff",
              "fontSize": "0.714rem",
              "fontFamily": "Lucida Sans Unicode,Verdana,Helvetica,Arial"
            }
          }
        }
      }
    },
    "options3d": {
      "enabled": false
    }
  },
  "title": {
    "text": ".",
    "style": {
      "color": "rgba(255, 255, 255, 0)",
      "fontSize": "1px"
    }
  },
  "tooltip": {
    "enabled": true,
    "shared": false,
    "borderWidth": 1,
    "borderRadius": 1,
    "backgroundColor": "#ffffff",
    "style": {
      "color": "#000000",
      "fontSize": "1rem",
      "fontFamily": "Lucida Sans Unicode,Verdana,Helvetica,Arial",
      "fontWeight": "normal",
      "fontStyle": "normal",
      "textDecoration": "none"
    },
    "crosshairs": [false, false],
    "followPointer": true
  },
  "plotOptions": {
    "series": {
      "animation": {
        "duration": 700
      },
      "cursor": "pointer",
      "allowPointSelect": true,
      "showInLegend": true,
      "turboThreshold": 0,
      "stickyTracking": false,
      "events": {},
      "point": {
        "events": {}
      },
      "pointPadding": 0.1
    }
  },
  "legend": {
    "enabled": true,
    "item": {},
    "borderWidth": 1,
    "layout": "horizontal",
    "eQLegendPlacement": "CHART",
    "backgroundColor": "rgba(255,255,255,0)",
    "itemStyle": {
      "color": "#ffffff",
     ...