Issue
Using Highcharts I am trying to do away with the legend on a split packed bubble and place the series names under or near the visual groups (see illustration below).
I tried setting plotOptions.packedbubble.label to { enabled: true } but its not showing anything.
Question:
How do I show the series names under the groups of the split packed bubble chart?
