Closed npaszty closed 6 months ago
Hi @npaszty I took some time today to investigate today and I can not reproduce this.
What version of the R packages are you using? By sessionInfo()
we aimed to get an output of sessionInfo()
call just after you loaded all R libraries. The output from shiny session if not that helpful as it does not contain package versions.
I tried to reproduce the issue on
goshawk
installed from main branch remotes::install_github('insightsengineering/goshawk')
goshawk
version (install.packages('goshawk', repos = c('https://insightsengineering.r-universe.dev', 'https://cloud.r-project.org'))
)goshawk
version (install.packages('goshawk', repos = c('https://pharmaverse.r-universe.dev', 'https://cloud.r-project.org'))
)The code that I run to create the plot was taken from ?g_lineplot
examples
The output that I see is dodged
Does reinstallation of the package, or resizing the plot (to have wider width) fixes the issue on your side?
@m7pr
thanks for looking into this.
FYI reported out by our in-app "About" modal. The app uses R version: R version 4.2.2 (2022-10-31) The app uses teal version: 0.14.0
I can not replicate this issue anymore in our latest deploy. Apologies for the time you spent on this. Not sure what the cause was but perhaps something overlooked in the study data.
I have closed the issue.
Alrighty. No worries. No need to apologize. This happens and will happen and it's normal
What happened?
We observed that the dodging no longer dodges while maintaining grouping around a visit tic but instead spreads the data points evenly across the plot horizontally. this makes it difficult to interpret.
The dodging by default once filters are added to produce the plot looked like this when I screen shotted last Thursday
Also hoping we could control the step value increment with a finer step resolution (.5 instead of 1 for example) to allow fine tuning, it doesn't look like that UI element is built that way. the value passed in is c(1, 0, 10) in our case which is the default position in a range from 0 to 10.
sessionInfo()
Relevant log output
Code of Conduct
Contribution Guidelines
Security Policy