Drawing a doughnut chart with columns inside to represent hourly stats in chart.js

👍:1

It can not be done “out of the box” with chart.js
However chart.js exposed a lot of the canvas api, so you need to write your own chart.js plugin and register a own chart type.

Leave a comment