Search code examples
javascripthighchartshighmaps

Does Highcharts 3.0.7 allow Highmaps?


The project already has highcharts.js 3.0.7 in use by many modules, If highmaps need to be introduced in the same application without updating the highcharts.js file. Is that possible?

Currently, I have updated both highcharts and highmaps to 4.2.4. Things are working fine. Is it possible to make the maps work having the highcharts downgraded to 3.0.7?


Solution

  • If you want to load Highmaps as a plugin for Highcharts, then earliest version of Highcharts you can use will be 4.0.1, because first release of Highmaps is 1.0.1.

    Example: http://jsfiddle.net/L0q69gg7/1/

    <script src="https://code.highcharts.com/4.0.1/highcharts.js"></script>
    <script src="https://code.highcharts.com/maps/1.0.1/modules/map.js"></script>
    <script src="https://code.highcharts.com/4.0.1/modules/data.js"></script>