ggTimeSeries
ggTimeSeries copied to clipboard
Change Tile Border Size for Days and Month
Hi,
great package! I am using the function stat_calendar_heatmap and want to configure the size of a) the daily tiles and b) size of monthly tiles, i.e. the stroke width of the heatmaps / lines. Is this possible, if yes, how?
I have seen that this is possible in ggplot_calendar_heatmap but this function is not flexible enough for me.
Thanks
This isn't configurable through the function itself but I'd be happy to accept a PR. You'd have to add a size mapping to the StatCalendarMonthBreaks function.
Thanks. Sorry, but could you give me please some advice where to find this function exactly?