suryadev
Posts: 10
Joined: Wed Nov 06, 2019 10:05 am

How to show value region wise on country map using region code - ISO 3166-2 standard

SIngapore map -

In demo region wise value is showing with following code -
https://jsfiddle.net/gh/get/jquery/1.11 ... /sg/sg-all

['sg-3595'] - Central singapore
['sg-6400']- South west
['sg-6401'] - North west
['sg-6402']- North east
['sg-6403']- South East

Can we show value on hover region wise with below code hc-key . Because source data contain following region code -
['sg-01'] - Central singapore
['sg-02'] - North east
['sg-03'] - North west
['sg-04'] - South East
['sg-05'] - South west

Similar region code mismatch facing for philippine , Thailand, China.

Plz help to show value using ISO 3166-2 standard for each country.
karolkolodziej
Posts: 895
Joined: Mon Mar 02, 2020 10:11 am

Re: How to show value region wise on country map using region code - ISO 3166-2 standard

Hi!
We appreciate you reaching out to us!

Everything depends on the map which you use. In this case, this map doesn't contain that hc-key.
You can use our GH to report that issue, or you might change it on your own.
Check my demo in which I changed the key for the first region (Central Singapore).
GH: https://github.com/highcharts/map-colle ... ist/issues

Live demo: https://jsfiddle.net/BlackLabel/s4m7fztc/

Feel free to ask any further questions!
Regards!

Return to “Highcharts Maps”