How can I get the width of my horizontal bar graph with chart.js?
I made a chart with the library chart.js, and next to the chart are the data numbers, so if I have a chart with the data of 150, it will display 150 next to the horizontal chart, but that number isn’t vector based, so I had to remove it and place an h2 “on top” of the canvas, so that its also vector based. Now I need to get the bar width so that I can correctly place my h2’s directly next to the bar graph.