I'm currently facing an issue with resizing the columns of my Highcharts chart to accommodate data labels.
At this point, I have only been able to achieve one of the following:
- Showing the data labels within the columns themselves: jsfiddle.net/gjslick/LrAuf/
- Cropping the data labels when they exceed column boundaries: jsfiddle.net/gjslick/L7LKA/1/
- Displaying the data labels but causing overlaps with other lines in the chart: jsfiddle.net/gjslick/WbQb4/1/
Is there a method available that will automatically resize the columns so that the data label always fits above or below the column? Thank you for your help!