-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugs in highcharter maps #797
Comments
I got the same today, this is super new, I have been https://code.highcharts.com/mapdata/countries/gb/gb-all.js This is not A valid JSON. |
I have also been facing the same issue for more than 6 hours. The code was working well in the morning but was giving same lexical error from today evening for all kinds of maps provided by highcharts. |
I digged a bit more and found that the mapdata <- jsonlite::fromJSON(mapdata, simplifyVector = FALSE) Contains The line here: mapdata[1] <- gsub(".*]=", "", mapdata[1]) I tested and it works but a PR would be required. |
Highchart went back with the earlier .js version, the issue is gone and no code change is required. |
Thanks for this awesome package. However, when I ran the example in highcharter maps, and got error messages as follows. I wonder if there any solution to the bug.
The text was updated successfully, but these errors were encountered: