-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: chart[chartType] is not a function at char.js 2.0 #7
Comments
Also getting this problem. |
Same problem. |
Chart 2.1.3 is giving me same problem |
No fix yet? |
Hi!
It's recomended if you dont want use version 1, update this directive using the new way. To get more information, read the chatjs docs: http://www.chartjs.org/docs/#chart-configuration-creating-a-chart-with-options. Regards! |
why don't you update your module ? instead of everyone updating for himself ? or shall we make a fork of this ? software products has to keep updating... |
Same problem I found solution by instead chart.js v2 |
Hello, thank you very much to for sharing this directive, it's very useful. However I have the following issue:
I have included charts.js v2.0 and then the directive and I get this error
Error: chart[chartType] is not a function
Any idea why the function
Chart.Line()
(or whatever) is not defined?The text was updated successfully, but these errors were encountered: