Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
gevgeny committed Feb 12, 2017
2 parents b110488 + 392ff6e commit f89f1b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# angular2-highcharts

> Highcharts chart components for Angular apps. 👉 [Live Demo](http:https://plnkr.co/edit/pnkc8Iw9cSrCYn9zr0VZ?p=preview)
> Highcharts chart components for Angular apps. 👉 [Live Demo](http:https://plnkr.co/edit/AJwozFWVR7TkQZnt05dN?p=preview)

[![build](https://travis-ci.org/gevgeny/angular2-highcharts.svg?branch=master)](https://travis-ci.org/gevgeny/angular2-highcharts)
Expand Down Expand Up @@ -125,7 +125,8 @@ onChartSelection (e) {
this.to = e.originalEvent.xAxis[0].max.toFixed(2);
}
```
[Live Demo](http:https://plnkr.co/edit/vdgKVJOymMYhiyqZrPma?p=preview)
👉 [Live Demo](http:https://plnkr.co/edit/vdgKVJOymMYhiyqZrPma?p=preview)
#### Series Events
To use series events the same way you need to add the `series` component as a child of your chart. The only purpose of this auxiliary component is to provide access to [options.plotOptions.series.events](http:https://api.highcharts.com/highcharts#plotOptions.series.events) API
Expand Down

0 comments on commit f89f1b1

Please sign in to comment.