How would I make something like the github contribution graph for a habit tracker?
I want to create a habit tracker that is fairly simple.
Create a task
Mark as complete (or not if you missed)
Shows green for complete, red for missed, or grey as default/future days
Like the github graph, I want it to show the current year with the possibly ability to select and show previous years.
I’m not sure how I would go about recreating this part, any help would be appreciated.
You can check @Thimo heatmap (but better to user the full Apex Chart Library). Maybe it will fit your needs. However, not sure heatmap is exactly what you need because heatmap show color based two category like month and # of completed task for example.
Maybe you could just use a repeating group?
Thank you. I was actually going to mention I saw his plugin but it’s not quite what I wanted. I figured something with a repeating group but I’m not sure how I’d set it up to match a calendar grid. Then have each block as a “status” or something with a color condition based on the status. Again, just not really sure how I would configure it to be like a calendar/grid layout.