I'm trying to do a drilldown of a solidgauge as the first level to a bar chart as a second level, but it does not work out well. Can you help me please?
#container {
margin: 0 auto;
max-width: 400px;
min-width: 380px;
}
<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/modules/data.js"></script>
<script src="https://code.highcharts.com/modules/drilldown.js"></script>
<script src="https://code.highcharts.com/highcharts-more.js"></script>
<script src="https://code.highcharts.com/modules/solid-gauge.js"></script>
<div id="container"></div>
(Clicking on one of the gauge disks to display the drilldown should display a bar graph but a small portion of the gauget disks come out.)