3D stacked bar SDL overlap

by amrutaJgtp

HTML

<script src="https://code.highcharts.com/highcharts.js">
</script>
<script src="https://code.highcharts.com/highcharts-3d.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"></div>

CSS

#container {
  height: 400px;
  min-width: 310px;
  max-width: 800px;
  margin: 0 auto;
}

JavaScript

Highcharts.chart('container', {
  "chart": {
    "backgroundColor": "rgba(255,255,255,0)",
    "plotBackgroundColor": null,
    "alignTicks": true,
    "options3d": {
      "enabled": true,
      "alpha": 6,
      "beta": 15,
      "viewDistance": 0,
      "depth": 40,
      "frame": {
        "back": {
          "color": "rgba(255,255,255,0)"
        },
        "side": {
          "color": "rgba(255,255,255,0)"
        },
        "bottom": {
          "color": "rgba(255,255,255,0)"
        }
      }
    }
  },
  "tooltip": {
    "enabled": true
  },
  "plotOptions": {
    "series": {
      "animation": {
        "duration": 700
      },
      "cursor": "pointer",
      "allowPointSelect": true,
      "showInLegend": true,
      "turboThreshold": 0,
      "stickyTracking": false,
      "events": {},
      "point": {
        "events": {}
      },
      "pointPadding": 0.1,
      "getExtremesFromAll": true
    }
  },
  "legend": {
    "enabled": true
  },
  "xAxis": {
    "title": {
      "text": "Product_2Dim_H_H [Product_2Dim_H_H]",
      "margin": 5
    },
    "opposite": false,
    "axisInternalName": "0",
    "labels": {
      "enabled": true,
      "rotation": 330
    },
    "lineWidth": 1,
    "lineColor": "rgba(174,174,174,1)",
    "categories": ["Adjustable Race", "Bearing Ball", "Chainring", "Chainring Bolts", "Chainring Nut", "Cone-Shaped Race", "Crown Race", "Cup-Shaped Race", "Decal 1", "Decal 2", "External Lock Washer 1", "External Lock Washer 2", "External Lock Washer 3", "External Lock Washer 4", "External Lock Washer 5", "External Lock Washer 6", "External Lock Washer 7", "External Lock Washer 8", "External Lock Washer 9", "Flat Washer 1", "Flat Washer 2", "Flat Washer 3", "Flat Washer 4", "Flat Washer 5", "Flat Washer 6", "Flat Washer 7", "Flat Washer 8", "Flat Washer 9", "Freewheel", "Front Derailleur Cage", "Front Derailleur Linkage", "Guide Pulley", "HL Crankarm", "HL Grip Tape", "HL Mountain Rim", "HL Nipple", "HL Road Rim", "HL Shell", "HL...