Custom events - Highcharts module
Go to project page to see this module in action: http://blacklabel.github.io/custom_events/
Events
Requirements
- Plugin requires the latest Highcharts (tested with 3.0.7)
Installation
- Like any other Highcharts module (e.g. exporting), add
<script>
tag pointing tocustomEvents.js
below Highcharts script tag. - For NPM users:
var Highcharts = require('highcharts'), HighchartsAnnotations = require('annotations')(Highcharts);
Code
The latest code is available on github: https://github.com/blacklabel/custom_events/
Demo
Demos are available at project's github page: http://blacklabel.github.io/custom_events/