jofaichow commited on
Commit
3e9d498
1 Parent(s): c2951c6

various improvements in payout summary

Browse files
Files changed (1) hide show
  1. app/app.R +4 -2
app/app.R CHANGED
@@ -267,6 +267,8 @@ ui <- shinydashboardPlus::dashboardPage(
267
 
268
  markdown("# **Payout Summary**"),
269
  markdown("### Remember to refresh the charts after making changes to model selection or settings below."),
 
 
270
  br(),
271
 
272
  fluidRow(
@@ -354,7 +356,7 @@ ui <- shinydashboardPlus::dashboardPage(
354
  ),
355
 
356
 
357
- tabPanel("Histogram (All Models)",
358
 
359
  br(),
360
 
@@ -368,7 +370,7 @@ ui <- shinydashboardPlus::dashboardPage(
368
 
369
  ),
370
 
371
- tabPanel("Histogram (Individual Models)",
372
  # br(),
373
  # materialSwitch(inputId = "switch_scale_payout",
374
  # label = "Fixed Scale?",
 
267
 
268
  markdown("# **Payout Summary**"),
269
  markdown("### Remember to refresh the charts after making changes to model selection or settings below."),
270
+ markdown("### **Note**: the charts will take a while to render if you have selected many models."),
271
+
272
  br(),
273
 
274
  fluidRow(
 
356
  ),
357
 
358
 
359
+ tabPanel("Chart (All Models)",
360
 
361
  br(),
362
 
 
370
 
371
  ),
372
 
373
+ tabPanel("Chart (Individual Models)",
374
  # br(),
375
  # materialSwitch(inputId = "switch_scale_payout",
376
  # label = "Fixed Scale?",