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

Highcharts as a CommonJS module (for Webpack-friendliness)

Notifications You must be signed in to change notification settings

SpotOnInc/commonjs-highcharts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

Highcharts as a CommonJS module (for Webpack-friendliness)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%