streamlinesocial / highcharts-regression

Linear and non-linear regression support for highcharts
MIT License
73 stars 64 forks source link

Support modules #68

Closed louim closed 6 years ago

louim commented 6 years ago

I added a package.json to allow installing this plugin with NPM. I mostly copied what was in the manifest.json. I'll leave it up to you if you want to actually publish the package on NPM. It should fix #56.

Usage is as follow:

var Highcharts = require('highcharts/highcharts');
require('highcharts-regression')(Highcharts);

It match how Highchart and other plugins are loaded.

phpepe commented 6 years ago

Thanks ! I will take care of uploading it to npm

tyronedougherty commented 6 years ago

It would be great if you could upload it to NPM :)

This plugin looks super useful!