We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have problem to display datalables on top of each bar. using Chart.js 4.4.0 and chartjs-plugin-datalabels 2.2.0.
here is the code that i try that not working.
https://codepen.io/2uk3y/pen/rNPyPgW
any mistake?
The text was updated successfully, but these errors were encountered:
Discussions > Q&A might be a better place for this one?
Sorry, something went wrong.
@2uk3y maybe I'm wrong but you haven't registered the plugin.
Chart.register(ChartDataLabels);
See doc: https://chartjs-plugin-datalabels.netlify.app/guide/getting-started.html#registration
Adding it, your codepen sounds working.
Created a copy of yours here: https://codepen.io/stockinail/pen/oNmJeyp
No branches or pull requests
I have problem to display datalables on top of each bar.
using Chart.js 4.4.0 and chartjs-plugin-datalabels 2.2.0.
here is the code that i try that not working.
https://codepen.io/2uk3y/pen/rNPyPgW
any mistake?
The text was updated successfully, but these errors were encountered: