A lightweight calendar heatmap Vue 3 component built on SVG, inspired by julienr114's vue-calendar-heatmap ans github's contribution calendar graph. Latest version: 2.0.5, last published: 2 years ago. Start using vue3-calendar-heatmap in your project by
npm install --save vue-calendar-heatmap Default import Global Install: importVuefrom'vue'importVueCalendarHeatmapfrom'vue-calendar-heatmap'Vue.use(VueCalendarHeatmap) Use specific components: importVuefrom'vue'import{CalendarHeatmap}from'vue-calendar-heatmap'Vue.component('calendarHeatmap',CalendarHea...
This branch is87 commits ahead ofjulienr114/vue-calendar-heatmap:master. #29 Folders and files Name Last commit message Last commit date Latest commit Cannot retrieve latest commit at this time. History 120 Commits .github/workflows updated github actions ...
vue-calendar-heatmap是一个基于SVG构建的轻量级日历热力图Vue组件,灵感来自于Github的贡献日历图表。它可以用于显示一段时间内的数据趋势,每个日期用不同的颜色表示数据的值。用户可以通过鼠标悬停在日期上来查看具体的数据值和日期信息,也可以通过点击日期来打开相关的链接或执行其他操作。该组件具有高度的可定制性,用户...
受github贡献日历图表启发的基于SVG的轻量级日历热图Vuejs组件。 在垂直模式下,工具提示由。 目录 安装 npm install --save vue-calendar-heatmap 默认导入 全局安装: import Vue from 'vue' import VueCalendarHeatmap from 'vue-calendar-heatmap' Vue . use ( VueCalendarHeatmap ) 使用特定的组件: import...
A lightweight calendar heatmap Vue 3 component built on SVG, inspired by julienr114's vue-calendar-heatmap ans github's contribution calendar graph. Latest version: 2.0.6, last published: 6 months ago. Start using @silverwind/vue3-calendar-heatmap in you
https://razorness.github.io/vue3-calendar-heatmap/ In some cases, the last month is being cut off on right: silverwind mentioned this issue May 10, 2024 Overflow of contributions on home page (month of the heatmap) when a new month starts go-gitea/gitea#30918 Open Sign up for ...
🚀 change formatDateStringg method to exec calendar-heatmap component splendentecommittedApr 17, 2024 51cb185 Commits on Apr 14, 2024 ♻️ fixed top and left position of tooltip component splendentecommittedApr 14, 2024 0bdeee8 Commits on Apr 13, 2024 ✨ add function to display date...