Currently, I am working on a project involving column charts to display data.
I want to be able to display the name of each column directly on top of it.
Here is an example of how my array looks:
0: (3) ["Date", "United State", "Australia"]
1: (3) ["Week 48", 66, 67]
2: (3) ["Week 02", 66, 0]
Although I tried adding { role: 'annotation' } to my header, I did not see the desired outcome.
What I am aiming for is something similar to this image. However, I am unsure of where to begin. Any suggestions or assistance would be greatly appreciated.