Reputation: 2980
I want to show the displaying in percentage in z-axis
plotOptions: {
bubble: {
dataLabels: {
enabled: true,
x:30
}
}
}
I want my tada labels to be values of z axis with a % sign next to it. So if I have a data point [1, 10, 5]
, I would like the data label to be 5%
.
Upvotes: 0
Views: 240