vue3-calendar-heatmap icon indicating copy to clipboard operation
vue3-calendar-heatmap copied to clipboard

A lightweight calendar heatmap Vue 3 component built on SVG, inspired by julienr114's vue-calendar-heatmap and github's contribution calendar graph

Results 20 vue3-calendar-heatmap issues
Sort by recently updated
recently updated
newest added

When creating a custom color range with more then the default amount of colors the additional(/right) ones were not used so I added support for splitting the colors to the...

> A css file is included when importing the package. You may have to setup your bundler to embed the css in your page. Warning is not enough, the statement...

Since in [most parts of the world the week does not start with sunday](https://en.wikipedia.org/wiki/Week) I implemented this.

Watch for changes in endDate. Currently, the heatmap doesn't redraw when endDate changes. With this change, it will.

So basically even though i give the component the ":end-date" parameter it shows me the dates only between Dec 29, 1968 and Jan 3 1970. `` Is it possible this...

This is an example heatmap from a Gitea instance I am using: ![image](https://github.com/razorness/vue3-calendar-heatmap/assets/60526071/6c4a8d84-00da-4a39-b07c-c3e66d808fa4) As far as I can tell, Gitea does not specify a `max` value, but `range-color` (see https://github.com/go-gitea/gitea/blob/main/web_src/js/components/ActivityHeatmap.vue),...

Hello thank you for this great project. I would like to leave a suggestion for improvement: add a prop to allow disabling the legend. thank you!

Might I suggest to repurpose this PR for your component? For a bit less than half the world, the week starts on another day than sunday. https://github.com/julienr114/vue-calendar-heatmap/pull/14 https://www.timeanddate.com/calendar/days/first-day-of-the-week.html

It would be useful if one could pass in a height option and the module would lay out the content inside that height as it sees fit. This would allow...