This is a chart that represents a stat per hour. This was taken from last.fm website which shows the no. of "scrobbles" (songs played) per hour.
Is this kind of chart possible with chart.js? I have been able to find a highcharts equivalent of what I am looking for: Highcharts Windrose Example
I am already using chart.js within my application and don't want to use 2 libraries to do one job. The closest I have been able to find a chart.js equivalent is this polar chart
Can anyone please guide me to a resource that will help me build something like this? Or if you know a better way to represent stat by hour, I am open to that as well.
Thanks.