GraFiddle / angular-chart

AngularJS directive for adjustable dynamically updating c3 charts
http://grafiddle.github.io/angular-chart/
MIT License
127 stars 40 forks source link

Annotation in new version #96

Closed jmijmi closed 9 years ago

jmijmi commented 9 years ago

In previous version were option to draw annotations, how to draw annotations in new version.

maxklenk commented 9 years ago

We now use the c3.js api to do these kind of things. In their API the annotations are called grids.

See this grafiddle for a working example.