davehensley/highcharts

Highcharts JavaScript library, unmodified and up to date. Also includes Highmaps and Highstock.

Installs: 37 345

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Language:JavaScript

v4.2.3 2016-02-08 13:45 UTC

README

This is simply a package that installs vanilla Highcharts, Highmaps and Highstock using Composer. The purpose of this package is convenience (so you don't need to use npm or Bower if you already use Composer for everything else).

To use this, simply run the following command inside your project directory:

$ composer require davehensley/highcharts

You can also specify a specific version or range, e.g.:

$ composer require davehensley/highcharts '4.*'
$ composer require davehensley/highcharts '~4.2'
$ composer require davehensley/highcharts 3.0.10

This software is free for non-commercial use. Otherwise, be sure to follow Highsoft's licensing terms.

Highsoft's original instructions are viewable in readme.md (lower case). I have no affiliation with Highsoft. This package is provided as-is, and I add no warranty of any kind.