-
Notifications
You must be signed in to change notification settings - Fork 42
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
Animation onComplete callback #26
Comments
the problem should be that
is not valid JSON and adding "" will not call the javascript function Charts.js is expecting valid json when you use it? Because if i pass it as a string.
i got an error in JS -> |
Yeah, I just recently downloaded the library and ran into the same issue, just a different callback. My workaround was to exclude the callbacks from the ChartOptions and just include it in my javascript. Java
Javascript
|
I'm trying to use an animation onComplete js function, in this way:
this is rendered in this way inside options
but the graph is not rendered at all, and i have no logs to see what's going on.
If i put off the option, the graph is rendered correctly.
The text was updated successfully, but these errors were encountered: