While working on Highmap to display some sort of data according of an area coverage. I was able to create the map with bubble chart type but I face one major problem, alignment! Each bubble is aligned to the area/path it belongs to; basically I have two series s1: {id, z, path}
s2: {id, z, path}
where these series are joinedBy: id
field. I think Highmaps calculates the center according to the width and height of the path resulting some bubbles to be placed in another area. Is there any ways I can fix this by setting offset left/top per each path, since the paths are irregular and could have a different shapes?
Please refer to the attached image and this jsfiddle: http://jsfiddle.net/ycsp27cL/14/
Gray Bubble: actual bubbles created by Highmaps.
Red Bubble: the expected bubble area