grubersjoe / react-activity-calendar

A flexible React component to display activity data in a calendar (heatmap).
https://grubersjoe.github.io/react-activity-calendar/
MIT License
349 stars 26 forks source link

Display every weekday label? #97

Closed gqiqava closed 1 month ago

grubersjoe commented 3 months ago

Hey. Sounds like a good idea, I'll look into it soon!

grubersjoe commented 1 month ago

Released in react-activity-calendar@2.5.0. Additionally to passing a boolean for showWeekdayLabels you can also set an array with the desired days to show now:

<ActivityCalendar data={data} showWeekdayLabels={['mon', 'fri']} />