0

I do have a simple highmaps map based on this example : http://jsfiddle.net/gh/get/jquery/1.x/highslide-software/highcharts.com/tree/master/samples/mapdata/countries/de/de-all-all

I would like to update a specific point, based on a latitude and a longitude. How can I achieve this?

To update a specific point value, I can do:

$('#container').highcharts().series[0].points[pointId].update(value);

But how can I find the pointId based on a longitude and a latitude?

Thank you in advance!

snessarb
  • 85
  • 1
  • 1
  • 6

2 Answers2

0

Unfortunately it is not avaible yet, so at this moment we use number coordinates.

Sebastian Bochan
  • 37,348
  • 3
  • 49
  • 75
0

The first map without geo coordinates support!

Really sad

Thomas Decaux
  • 21,738
  • 2
  • 113
  • 124