Export helper to lookup label given a click event #372
AngeloGiurano
started this conversation in
Ideas
Replies: 0 comments
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.
-
Hello everyone,
I know chartjs-plugin-datalabels has a click callback for one a label has been clicked but I'm handling different click scenarios on a chart and the current design makes it hard to include the datalabels click scenario, I have looked up in the code and seen that the
layout.lookup
method could be shared as a util/helper and make it easy for people to know if a label has been clicked or not, would it be possible?Thank you
Beta Was this translation helpful? Give feedback.
All reactions