jakehoare
Results
2
issues of
jakehoare
With the following formatting: `sg_axis_x(sg, tick_interval = "day", tick_units = 10)` I get tick marks every 10 days and at the beginning of every month. Similarly for `tick_interval = "month"`...
I am attempting to `set_continuous_color_scale` on a treemap with the code below and it produces the error `visible should be a boolean` ``` df = data.frame(Count = c(10,20,30,40), L1 =...
bug