2.0.3 • Published 8 years ago

highmaps-browserify v2.0.3

Weekly downloads
42
License
MIT
Repository
github
Last release
8 years ago

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({
  ...
});