Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 1003 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 1003 Bytes

ARCHIVE INFORMATION

Important

Due to lack of usage and maintenance, this repository has been archived.
Please read the repository archival FAQ for more information!

highchart-commonjs

This is a simple wrapper for highcharts that allows using it with webpack.

The reason why this project is better is because little robot updates this package regularly with the latest version of highcharts.

This fork exists because kirjs/commonjs-highcharts seems to depend on the non-release version of Highcharts, and we at SpotOn were not able to get that to build as part of our Webpack processes.

This fork also simplifies the file structure and removes all the demo and Gulp business, which we don't need in simple CommonJS library for our purposes.

Installation

npm install highcharts-release SpotOnInc/commonjs-highcharts --save

Usage

import highcharts from 'commonjs-highcharts'