Add Number to bar instead of tooltip #11747
Closed
Cezar-Duarte-UWT
started this conversation in
General
Replies: 1 comment
-
Found the solution Have to install import ChartDataLabels from 'chartjs-plugin-datalabels'; Then add to the chart: plugins: [ChartDataLabels], |
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
-
Is it possible to add the numbers to the bar itself instead of the tooltip? Like this example https://support.aircall.io/hc/article_attachments/13207166053149
And then at the top you have the total.
Beta Was this translation helpful? Give feedback.
All reactions