Currently, I am utilizing angular-chart.js for chart visualization. It is known that chart.js now supports stacked bar charts. However, I have been unable to figure out how to display numbers within each bar as shown in the following image: https://i.sstatic.net/cH2lu.jpg In the picture above, we can observe that each bar includes a number on it. Is there anyone familiar with how to achieve this functionality in angular-chart.js?