jofaichow commited on
Commit
c15f45f
1 Parent(s): 4115d51

Added KPI chart note

Browse files
Files changed (1) hide show
  1. app/app.R +1 -1
app/app.R CHANGED
@@ -1150,7 +1150,7 @@ server <- function(input, output) {
1150
  })
1151
 
1152
  output$text_performance_chart_title <- renderText({
1153
- if (nrow(react_d_filter()) >= 1) "KPI Chart" else " "
1154
  })
1155
 
1156
  output$text_performance_chart_data <- renderText({
 
1150
  })
1151
 
1152
  output$text_performance_chart_title <- renderText({
1153
+ if (nrow(react_d_filter()) >= 1) "KPI Chart (Remember to Click the 'Refresh' Button ↑↑↑)" else " "
1154
  })
1155
 
1156
  output$text_performance_chart_data <- renderText({