Chartjs-Is there a way to add html markup to target each column individually in Chartjs/Canvasjs?

0👍

Since Chart.js and Canvasjs both use the canvas element to draw the charts you can’t interact with the elements using CSS.

If you want to use custom CSS to the chart elements you will need to use a SVG library like highcharts.

Leave a comment