uiwjs / react-heat-map

A lightweight calendar heatmap react component built on SVG, customizable version of GitHub's contribution graph.
https://uiwjs.github.io/react-heat-map
MIT License
212 stars 26 forks source link

how to change the position of month labels to below heatmap? #114

Closed ajmalp5 closed 1 year ago

jaywcjlove commented 1 year ago

How to change position? @ajmalp5

ajmalp5 commented 1 year ago

In default, Month labels are shown above the Heatmap. How can I customize the month labels and how I can show month labels below Heatmap?

jaywcjlove commented 1 year ago
<HeatMap
+  monthPlacement="bottom"
  />

Upgrade v2.2.0