How to show value totals in BarMark Charts

In the WWDC22 video "Design an effective chart", at timestamp 1:22, it shows 4 screenshots with different charts. In the 3rd screenshot from left, it shows the most sold pancake as well as sales of all the different types of pancake. The number of pancakes sold is pinned to the end of each bar, like 278, 247, and so on. How do you show the number like that?

Use the .annotation modifier; then, you can use a text view to show the y-values of the data points.

How to show value totals in BarMark Charts
 
 
Q