How do I place the labels next to the series on a split packed bubble chart?

Viewed 458

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).

Illustration of labels on packed bubble charts series

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?

1 Answers
Related