Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

highmaps-browserify

Fantast6MIT2.0.3

Highmaps wrapper for browserify

chart, browserify, highcharts, highmaps, map

readme

highmaps-browserify

Browserify bundle for Highmaps.

This project is heavily based on highcharts-browserify project, has a dependency on it, and just adds support for Map module.

Installation

$ npm install --save highmaps-browserify

How to use

var $ = require('jquery');
var HighCharts = require('highmaps-browserify/modules/map');

new Highcharts.Map({
  ...
});