carlcraig / tc-angular-chartjs

AngularJS directives for Chart.js
http://carlcraig.github.io/tc-angular-chartjs/
Other
233 stars 83 forks source link

Conflict with chartjs-plugin-annotation? #88

Closed cjwebdev closed 7 years ago

cjwebdev commented 7 years ago

I'm struggling to create annotations ( https://github.com/chartjs/chartjs-plugin-annotation ) in my Angular charts.

It should be OK?

carlcraig commented 7 years ago

Hi,

I believe this would not have worked due to lacking support of inline plugins.

PR #86 has now been merged, and a new version published to npm v2.1.4

If you upgrade to v2.1.4 then the annotation plugin should work.

I will close this issue now, please re-open if you are still having problems.