3

I am using highmaps to display data segmented by countries. It works nice but I have an issue I'm not sure how to approach.

I need to group some countries of Central America and Venezuela together in the world-map and show them as one single country. This grouping could change in time so it would be nice to be able to do it programmatically. I tried passing an array in the joinBy field of that concrete point but it does not work and neither the documentation or examples mention anything about what I'm trying to accomplish.

How would you guys do it?

Reena Parekh
  • 933
  • 1
  • 8
  • 24
algm
  • 109
  • 5
  • Do you consider using [categories](http://www.highcharts.com/maps/demo/category-map) like here? – Sebastian Bochan Apr 16 '15 at 11:36
  • I would need the category to behave like a single country itself. Is that possible? – algm Apr 16 '15 at 12:02
  • Ok, so only way is use a source of data which contains all grouped countries as single path / shape. – Sebastian Bochan Apr 20 '15 at 09:20
  • 1
    I finally did it as you suggested Sebastian, it would be nice to be able to group regions as a feature for future versions tho. Thank you for your help! – algm May 11 '15 at 14:10

0 Answers0