I need to show sum value of two/three datasets on top of stacked vertical bar chart like below image
Hi @Guru,
Yes, you can use a stacked barchart with a “Totals” placeholder series to represent the summed data labels. Here is an example using Chart.js v3.
Thank you so much for the response