frappe / charts

Simple, responsive, modern SVG Charts with zero dependencies
https://frappe.io/charts
MIT License
14.94k stars 717 forks source link

A Year-wise Heatmap #391

Open fiorins opened 2 years ago

fiorins commented 2 years ago

Hi, are you planning to develop a heatmap but instead of on a monthly basis, on an annual basis? Or is it already possible to do such a thing?

Like this:

            Jan          Feb         Mar
2011     |_|_|_|_|    |_|_|_|_|  |_|_|_|_|_| ...    ~52 squares (tot weeks per year)
2012     |_|_|_|_|    |_|_|_|_|  |_|_|_|_|_| ...
2013     |_|_|_|_|_|  |_|_|_|    |_|_|_|_| ...

Frappé Charts version: Heatmap

uhrjun commented 1 year ago

Or is it already possible to do such a thing?

Not to my knowledge.

are you planning to develop a heatmap but instead of on a monthly basis, on an annual basis?

No plans as such, but shouldn't be too difficult. The ones mentioned in the project to-do are also considered higher than this. If more feature requests come in for this heatmap, I will implement it. After testing and merging the v2-beta branch.

fiorins commented 1 year ago

Hi, news about it ?