Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Lines Don't appear in Spider Plot #277

Closed
3 tasks done
Nolan-Steed opened this issue Jun 25, 2024 · 0 comments
Closed
3 tasks done

[Bug]: Lines Don't appear in Spider Plot #277

Nolan-Steed opened this issue Jun 25, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Nolan-Steed
Copy link

What happened?

The lines are not present in the spider plot, only the dots are showing up. Incase it is helpful here is the code of my spider plot module

      tm_g_spiderplot(
        label = "Spider plot",
        dataname = "ADTR",
        paramcd = choices_selected(choices = c("TSD"),
                                   selected = "TSD"),
        x_var = choices_selected(choices = "ADY", selected = "ADY"),
        y_var = choices_selected(
          choices = c("PCHG", "CHG", "AVAL"),
          selected = "PCHG"),
        marker_var = choices_selected(
          choices = c("SEX", "RACE", "USUBJID"),
          selected = "SEX"),
        line_colorby_var = choices_selected(
          choices = c("TRT01P", "TRT01A", 'TRTP', 'TRTA', "ARMCD", "ACTARMCD", 'CBOR_VALS', 'BOR_VALS'),
          selected = "TRT01P"),
        xfacet_var = choices_selected(
          choices = c("SEX", "RACE", "ETHNIC", "COUNTRY", "AGEGR1", "STRAT1R", "STRAT1V"),
          selected = NULL),
        yfacet_var = choices_selected(
          choices = c("SEX", "RACE", "ETHNIC", "COUNTRY", "AGEGR1", "STRAT1R", "STRAT1V"),
          selected = NULL),
        vref_line = "42",
        href_line = "-20, 0, 30",
        legend_on = TRUE
      ),

sessionInfo()

R version 4.3.1 (2023-06-16)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 22.04.3 LTS

Matrix products: default
BLAS:   /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so.3 
LAPACK: /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblasp-r0.3.20.so;  LAPACK version 3.10.0

locale:
 [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C               LC_TIME=en_US.UTF-8        LC_COLLATE=C              
 [5] LC_MONETARY=en_US.UTF-8    LC_MESSAGES=en_US.UTF-8    LC_PAPER=en_US.UTF-8       LC_NAME=C                 
 [9] LC_ADDRESS=C               LC_TELEPHONE=C             LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C       

time zone: UTC
tzcode source: system (glibc)

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
 [1] sparkline_2.0               teal.osprey_0.1.16.9019     osprey_0.1.16               teal.connectors.rice_0.2.0 
 [5] teal.modules.clinical_0.9.1 tern_0.9.4                  rtables_0.6.7               magrittr_2.0.3             
 [9] formatters_0.5.6            teal.modules.general_0.3.0  teal.transform_0.5.0        teal_0.15.2.9039           
[13] teal.slice_0.5.1            teal.data_0.6.0             teal.code_0.5.0             ggmosaic_0.3.3             
[17] ggplot2_3.5.1               dplyr_1.1.4                 shiny_1.8.1.1              

loaded via a namespace (and not attached):
 [1] Rdpack_2.6               tern.gee_0.1.3           logger_0.3.0             rlang_1.1.3             
 [5] rice_3.0.1               compiler_4.3.1           vctrs_0.6.5              stringr_1.5.1           
 [9] pkgconfig_2.0.3          fastmap_1.1.1            backports_1.4.1          labeling_0.4.3          
[13] fontawesome_0.5.2        utf8_1.2.4               promises_1.3.0           rmarkdown_2.26          
[17] tzdb_0.4.0               haven_2.5.4              purrr_1.0.2              xfun_0.43               
[21] shinyvalidate_0.1.3      labelled_2.13.0          cachem_1.0.8             teal.reporter_0.3.1.9007
[25] jsonlite_1.8.8           highr_0.10               later_1.3.2              broom_1.0.5             
[29] R6_2.5.1                 stringi_1.8.3            bslib_0.7.0              ricepass_1.1.4          
[33] jquerylib_0.1.4          estimability_1.5         Rcpp_1.0.12              assertthat_0.2.1        
[37] knitr_1.46               teal.logger_0.2.0        readr_2.1.5              httpuv_1.6.15           
[41] Matrix_1.6-1.1           splines_4.3.1            tidyselect_1.2.1         rstudioapi_0.16.0       
[45] yaml_2.3.8               curl_5.2.1               teal.widgets_0.4.2       lattice_0.22-6          
[49] tibble_3.2.1             withr_3.0.0              evaluate_0.23            survival_3.6-4          
[53] shinycssloaders_1.0.0    pillar_1.9.0             rsconnect_1.2.2          checkmate_2.3.1         
[57] renv_1.0.7               shinyjs_2.1.0            plotly_4.10.4            generics_0.1.3          
[61] hms_1.1.3                munsell_0.5.1            scales_1.3.0             xtable_1.8-4            
[65] glue_1.7.0               emmeans_1.10.1           lazyeval_0.2.2           tools_4.3.1             
[69] data.table_1.15.4        forcats_1.0.0            mvtnorm_1.2-4            grid_4.3.1              
[73] tidyr_1.3.1              rbibutils_2.2.16         colorspace_2.1-0         nlme_3.1-164            
[77] cli_3.6.1                fansi_1.0.6              viridisLite_0.4.2        geepack_1.3.10          
[81] gtable_0.3.5             sass_0.4.9               digest_0.6.35            ggrepel_0.9.5           
[85] farver_2.1.1             htmlwidgets_1.6.4        memoise_2.0.1            htmltools_0.5.8.1       
[89] lifecycle_1.0.4          shinyWidgets_0.8.6       httr_1.4.7               mime_0.12               
[93] MASS_7.3-60

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct.

Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines.

Security Policy

  • I agree to follow this project's Security Policy.
@Nolan-Steed Nolan-Steed added the bug Something isn't working label Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant