vue3-calendar-heatmap
vue3-calendar-heatmap copied to clipboard
Disable Legend
Hello thank you for this great project. I would like to leave a suggestion for improvement: add a prop to allow disabling the legend.
thank you!
+1
i managed to do a work around solution for this in css
.vch__legend { display: none; }
+1 for this, and thanks to @Baut1 for the workaround!