mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-07 03:00:20 -04:00
changed time label color; updated default argument to renderReactLog
This commit is contained in:
@@ -49,7 +49,7 @@ showReactLog <- function(time = TRUE) {
|
||||
utils::browseURL(renderReactLog(time = as.logical(time)))
|
||||
}
|
||||
|
||||
renderReactLog <- function(sessionToken = NULL, time) {
|
||||
renderReactLog <- function(sessionToken = NULL, time = TRUE) {
|
||||
templateFile <- system.file('www/reactive-graph.html', package='shiny')
|
||||
html <- paste(readLines(templateFile, warn=FALSE), collapse='\r\n')
|
||||
tc <- textConnection(NULL, 'w')
|
||||
|
||||
@@ -44,7 +44,7 @@ svg {
|
||||
.node .tspanTime{
|
||||
font-weight: bold;
|
||||
font-size: 87%;
|
||||
fill: #a7d9b7;
|
||||
fill: #444444;
|
||||
user-select: none;
|
||||
transition: fill 0.75s ease;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user