I'm using ChartJS to show data in a Bar-Chart as shown here.
I whant to change all the big Squares icons labels to something else small, for example Dots. How to achieve that? It is possible to change it using CSS, once it's not possible to see the chart HTML in the DOM?
A second question is, how to display all Datasets Labels. As shown in the picture, only odds datasets label are printed on the screen.
Thank you in advance for any help.