enable resize option for annotation labels shape
Expected behaviour
Currently we have annotations label shapes are like this
![image](https://user-images.githubusercontent.com/47973853/63632866-798bb280-c65c-11e9-9325-efe63ba1d09a.png)
Actual behaviour
I need the annotations labels to respond to resize option , that html provides like this
![image](https://user-images.githubusercontent.com/47973853/63632874-9b853500-c65c-11e9-9559-78ab65f4ba3f.png)
Could you please help out in achieving this ?
-
Shiva Ram Krishna commented
Hi Pawel Fus ,
Thanks for sharing this wonderful idea , but will this solution auto adjust the content in the annotation . Because that is what i exactly looking for , that is when i resize the annotation label using control point the width and the text in the label should auto adjust as per the new width
-
AdminPaweł Fus (Admin, Highcharts JS) commented
Thanks for sharing the idea!
Simple solution would be to increase padding around the label annotation in a custom control point: https://jsfiddle.net/BlackLabel/foxeumrc/ - it's not exactly the same as html resize though..