GiladD
Posts: 51
Joined: Sat Jan 05, 2013 11:09 pm

Archive of older js files

Hi all,

I helped create a website that uses HighMaps and recently we've been noticing all kinds of issues, which I suspect are related to the new versions. My question is whether there's an archive of the older version I could use, instead of the current ones?
Specifically I would like to get the latest 5.x version (I believe it's 5.0.14), if possible.

Thanks in advance!
ppotaczek
Posts: 751
Joined: Mon Oct 02, 2017 3:12 pm

Re: Archive of older js files

Hi GiladD,

Yes of course you can use older Highcharts versions. Please visit: https://code.highcharts.com/ to see description and examples.

Example:

Code: Select all

https://code.highcharts.com/maps/4.2.1/highmaps.js
Best regards!
Paweł Potaczek,
Highcharts Developer
GiladD
Posts: 51
Joined: Sat Jan 05, 2013 11:09 pm

Re: Archive of older js files

ppotaczek wrote:Hi GiladD,

Yes of course you can use older Highcharts versions. Please visit: https://code.highcharts.com/ to see description and examples.

Example:

Code: Select all

https://code.highcharts.com/maps/4.2.1/highmaps.js
Best regards!
Thanks for that! However, when I use this version I get this error message:
TypeError: Highcharts.maps is undefined
I think this is because I'm also using HighCharts on the same page. Is there an archive of the map.js file?
GiladD
Posts: 51
Joined: Sat Jan 05, 2013 11:09 pm

Re: Archive of older js files

I found it! For those interested, it's: https://code.highcharts.com/maps/5.0.14/modules/map.js

Return to “Highcharts Maps”