vue3-calendar-heatmap
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
Changes: - noInteract prop: no hover effect and no click events emitted - legendDirectionReverse prop: change the orientation of the legend - day-1, ..., day-7 slot for custom text for...
I've added a prop to let the user choose the color of the labels for the months and the days. I've done so because when I had to use this...
I'm getting a lot of these errors in my production app, but cannot reproduce locally. Maybe the stack trace rings a bell?
Getting this error in `v2.0.1` with Nuxt 3, `v2.0.0` works fine. ```markdown Failed to resolve entry for package "vue3-calendar-heatmap". The package may have incorrect main/module/exports specified in its package.json. ```
I think it does not make much sense to treat `0` and `null` different like the module currently does. If one wants to treat them the same using 7-color `colorRange`,...
It shows 12 months automatically. How can I set the date range I want?
Hi, First, thanks for this valuable repository. We have implemented the heatmap in a project, we provide "values" and "end-date" but can't see the data visualized in the heatmap. Also,...
``` import {computed, defineComponent} from 'vue' import {CalendarHeatmap} from 'vue3-calendar-heatmap' export default defineComponent({ components: { CalendarHeatmap, }, props: { data: { type: Array, default: () => [ { date: '2018-09-28',...
https://razorness.github.io/vue3-calendar-heatmap/ In some cases, the last month is being cut off on right:
Allow users to pass custom props to tippy.js, for example to render the tooltip on bottom: This PR is also available on npm as `@silverwind/[email protected]`.