I would like implemented names of town (Trencin, Nemsova, Ilava... ) and their tooltips together. Click on green TN block in map and check it.
I try some solutions, but:
tooltip overllaps names of towns:
useHTML: true,
http://jsfiddle.net/jezrael/grzwuL9g/5/ (line 47)
three names of towns are missing:
useHTML: false //(default),
http://jsfiddle.net/jezrael/grzwuL9g/4/ (line 47)
give tooltip out of map, but impossible:
positioner: function () {
return { x: 0, y: 250 };
},
http://jsfiddle.net/LyUxF/
http://jsfiddle.net/j92p2/ in chart
http://jsfiddle.net/jezrael/grzwuL9g/5/ (line 55)
Solution is:
Highcharts.seriesTypes.map.prototype.hideOverlappingDataLabels = function() {};