Color Axis Labels Overlap

by amrutaJgtp

HTML

<script src="https://code.highcharts.com/stock/highstock-all.js"></script>
<script src="https://code.highcharts.com/maps/modules/map.js"></script>

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

JavaScript

$(function () {
      
        // Instanciate the map
        $('#container').highcharts('Map', {

          
    });
});