Display Highcharts Shortcuts

I have a little problem with Highcharts, I have everything I want, but I cannot find how to force datalables to remain within the parent div.

I have attached a basic example, since you can see that the data labels are truncated, any help in this matter would be greatly appreciated!

http://jsfiddle.net/FCHhS/3/

+5
source share
1 answer

You can insert or push tags by controlling distance dataLabels . In the following example, I set the distance to -1, which draws labels.

+6
source

All Articles