react-heat-map icon indicating copy to clipboard operation
react-heat-map copied to clipboard

A lightweight calendar heatmap react component built on SVG, customizable version of GitHub's contribution graph.

Results 13 react-heat-map issues
Sort by recently updated
recently updated
newest added

## Config Migration Needed - [ ] Select this checkbox to let Renovate create an automated Config Migration PR. This issue lists Renovate updates and detected dependencies. Read the [Dependency...

目前第一行默认是周日,可否提供api支持自定义周几排在第一

While migrating my app from `create-react-app` to `next.js`, I ran into a styling issue. This is the error: This is a [link](https://nextjs.org/docs/messages/css-npm) of how to fix this.

Hey there :) I was wondering if there was any intention to make the heatmap responsive on all screen sizes? On small screens, I wish the heatmap could crop itself...

I am trying to make a custom Tooltip component instead of using the one you provided. This is my code, but the squares are not rendering: ````js } rectProps={{ rx:...

我设置下面时间段,可是显示的时候却显示了2019年的数据,以及开始时间和结束时间完全不正确。 ``` startDate={new Date('2020/01/01')} endDate={new Date('2020/12/31')} rectRender={(props, data) => { // console.log('data=', data) return ( ); }} ``` ![image](https://user-images.githubusercontent.com/4385154/137061247-20912a2a-2405-482c-a95f-f6f07c58e55d.png) ![image](https://user-images.githubusercontent.com/4385154/137061263-82d42ab6-75d3-4758-a457-fbca5f15f6e7.png)

类似echarts这种分割线 ![image](https://user-images.githubusercontent.com/4355581/129322870-73959016-037b-4673-a2a6-acde99a3ab8c.png)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [lerna](https://lerna.js.org) ([source](https://togithub.com/lerna/lerna)) | [`^5.4.3` -> `^6.0.0`](https://renovatebot.com/diffs/npm/lerna/5.6.2/6.0.1) |...

![image](https://github.com/uiwjs/react-heat-map/assets/4599890/03d250b8-e36c-4729-a8bb-133e0ec6ed16) How do we start the heatmap from the start date as today?

I am trying to make use of this tool in following contrived example and the tool tip doesn't seem to be rendering correctly. Not sure what is wrong. Please suggest!...