react-heat-map
                                
                                
                                
                                    react-heat-map copied to clipboard
                            
                            
                            
                        A lightweight calendar heatmap react component built on SVG, customizable version of GitHub's contribution graph.
## 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 ( ); }} ```  
类似echarts这种分割线 
[](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) |...
 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!...