Skip to content

Commit

Permalink
Fixing 3D loading legend
Browse files Browse the repository at this point in the history
  • Loading branch information
dipterix committed Nov 1, 2024
1 parent a013cae commit 83348d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Package: ravedash
Type: Package
Title: Dashboard System for Reproducible Visualization of 'iEEG'
Version: 0.1.3.35
Version: 0.1.3.36
Authors@R: c(
person("Zhengjia", "Wang", email = "dipterix.wang@gmail.com", role = c("aut", "cre", "cph"))
)
Description: Dashboard system to display the analysis results produced by 'RAVE'
(Magnotti J.F., Wang Z., Beauchamp M.S. (2020), R analysis
(Magnotti J.F., Wang Z., Beauchamp M.S. (2020), Reproducible analysis
and visualizations of 'iEEG' <doi:10.1016/j.neuroimage.2020.117341>).
Provides infrastructure to integrate customized analysis pipelines into
dashboard modules, including file structures, front-end widgets, and
Expand Down
4 changes: 2 additions & 2 deletions R/preset-loader-3dviewer.R
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ presets_loader_3dviewer <- function(
control_display = FALSE,
# show_modal = TRUE,
background = theme$background,
palettes = list(Value = c("navy", "red", "gray80")),
palettes = list(Value = c("red", "navy", "gray80")),
controllers = list(
"Background Color" = theme$background,
"Show Time" = FALSE
Expand Down Expand Up @@ -280,7 +280,7 @@ presets_loader_3dviewer2 <- function(
control_display = FALSE,
# show_modal = TRUE,
background = theme$background,
palettes = list(Value = c("navy", "red", "gray80")),
palettes = list(Value = c("red", "navy", "gray80")),
controllers = list(
"Background Color" = theme$background,
"Show Time" = FALSE
Expand Down

0 comments on commit 83348d5

Please sign in to comment.