Closed jaemol closed 7 months ago
Thanks for your great work and ideas additional to what was required in the issue. I somehow was blind to the bracket problem with the max_date now I see it. :) I think displaying only every two months definetly increases readability. Another option in general for our timeseries visualisation is to show years and months instead, something similar to this maybe: But then not sure where to put the month as we have several datapoints for each month. So an alternative would be also this: thus we could get rid of the day number and just write the calendarweek which also increases readability.
I like that you added the "free_y" to the facet_wrap() - but we have too many y values being displayed and overlapping. Thus we would need some setting that from min and max value we put x many values or so.
But we can just make a new issue for my suggestions as well and ask someone from the Austrian team to work on that :)
Thank you for your input!
I think it would be great to make a separate issue regarding the date x-axis. :)
In regards to the free_y
, I here propose to just reduce the number of pretty break. This makes it a lot easier to read, and as far as I can tell, it did not mess up the plotly::ggplotly
version of the timeseries, neither in-app or in report.
What do you think?
I think it looks good, great! Agree on an additional issue for the x axis in the report.
Resolves #246
In this PR bug fix:
facet
for strata timeseries in reportfacet
-- Would like input on this -- Does this increase readability or not necessary?facet
max value (scales = "free-y"
), rather than a singleymax
value. This is done, since somefacet
plots could be very difficult to read. -- Would we like this? It demands the user to notice the difference y-axis values.Input welcome. :)