DevChatterBot
DevChatterBot copied to clipboard
Improve Display of Labels on Voting Chart
We are using chartjs to display a chart on our Overlay.cshtml
page. The chart is displayed in an HTML Canvas element and is created in the voting.js
file.
Right now, the labels display kind of small, since we fit the voting into a 300x600 rectangle. It would be nice if they were more easily readable.