As the title suggests, I am looking to add data labels to each series of a bar chart. From what I can find this is the best plugin to use - https://chartjs-plugin-datalabels.netlify.app/.
How to do I install/reference the plugin? Or is there a different/better way to show data labels?
Thanks @raydeck. No, the goal is to show the bar values on the bar iteself. So in Column1 there would be 80% showing in the middle of the blue bar, and 20% in the middle of the orange bar (numbers rounded).
while my colors are off because they are not setup yet in weweb, you can see in the first picture that there are value labels outside of each section. this is not natively availble i think. how can we include the datalabels plugin for this to work?
I am using the dataLabels object as a property in the options/plugins object.