render = this.renderer,
colors = Highcharts.getOptions().colors;
render.label("On_Mouse_Hover_Zoom",100,50).attr({'stroke-
width':1,stroke:'red'}).css({fontSize:'10px'}).add();
output of this code is like enter image description here
Is there any way to make this label zoomable or increase label size temporary on mouse hover but it should not loose its actual size.