Replies: 1 comment
-
Hi @Semro 👋 I've put together this small example from the docs to demonstrate that it should work as expected. Do you think you could modify it and reproduce the error you're having? Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to show max value when user is not interacting with a chart. I've tried to use this example: https://www.chartjs.org/docs/master/samples/advanced/programmatic-events.html when animation is complete (https://www.chartjs.org/docs/latest/api/#animationoptions) but
chart.update
leads to "Maximum call stack size exceeded"Any other way to do this? It seems I'm missing something.
Beta Was this translation helpful? Give feedback.
All reactions