Search code examples
reactjstypescriptreact-chartjs-2

react-chartjs-2 Add additional labels


enter image description here

I'm trying to achieve label shown in the picture (number 5). It shows total number on items for each graph. How do I achieve this with react-chartjs-2?


Solution

  • I managed this simply using css relative and absolute positioning properties.