ggTimeSeries icon indicating copy to clipboard operation
ggTimeSeries copied to clipboard

Change Tile Border Size for Days and Month

Open modche opened this issue 4 years ago • 2 comments

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

modche avatar Feb 08 '21 22:02 modche

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.

dasather avatar Feb 09 '21 08:02 dasather

Thanks. Sorry, but could you give me please some advice where to find this function exactly?

modche avatar Mar 08 '21 22:03 modche