@highcharts/map-collection

2.1.0 • Public • Published

Highcharts Map Collection

Website | API | Demo | Issues

License

The use of the maps in this collection requires that you follow our terms and conditions that are stated in License.md.

Installation

Install from our CDN

All our maps can be loaded from code.highcharts.com/mapdata. The following example loads the map custom/world.topo.json:

const topology = await fetch(
    'https://code.highcharts.com/mapdata/custom/world.topo.json'
).then(response => response.json());

After the map is loaded in the browser then you can use it in Highcharts Maps as following:

Highcharts.mapChart('container', {
  chart: {
    map: topology
  },
  // ...
});

Install from npm

npm i @highcharts/map-collection

To load a map in Node.js and use it in Highcharts Maps you can do the following:

var Highcharts = require('highcharts/highmaps.js'),
    map = require('@highcharts/map-collection/custom/world.topo.json');

Highcharts.mapChart('container', {
  chart: {
    map: topojson
  },
  // ...
});

Dependents (30)

Package Sidebar

Install

npm i @highcharts/map-collection

Weekly Downloads

64,596

Version

2.1.0

License

SEE LICENSE IN LICENSE.md

Unpacked Size

114 MB

Total Files

2027

Last publish

Collaborators

  • jszuminski
  • jtistel
  • karol.kolodziej
  • khlieng
  • ppotaczek
  • cvasseng
  • bre1470
  • torsteinhonsi