Closed Eclixal closed 5 years ago
Hi @Eclixal
Thank you for reporting the issue. I'll take a look on that today, and after that get back with response. Meanwhile, could you provide me with some live example where the problem is noticeable? It should speed up finding potential source of the problem.
Kind regards!
I use axios to get all my data and on success I just
mapOptions.series[0].data = '[["FR", 22], ["US", 554]]';
But he doesn't work
If you assigning it exactly like above, the problem is that the data is String instead of Array. Could you verify it?
Oh yes, I'm stupid ... Its work now
I want to update the data on a map with this code :
mapOptions.series[0].data = '[["FR", 22], ["US", 554]]';
But I have the following error :