Spaces:
Running
Running
minor improvements
Browse files
app/app.R
CHANGED
@@ -203,18 +203,16 @@ ui <- shinydashboardPlus::dashboardPage(
|
|
203 |
label = " ",
|
204 |
# choices = sort(Rnumerai::get_leaderboard()$username),
|
205 |
choices = unique(c(sort(Rnumerai::get_leaderboard()$username),
|
206 |
-
|
207 |
"joe_the_validator_01",
|
208 |
"joe_the_validator_02",
|
209 |
"joe_the_validator_03",
|
210 |
"joe_the_validator_04",
|
211 |
-
"joe_the_validator_05"
|
212 |
-
|
213 |
-
"
|
214 |
-
"
|
215 |
-
"
|
216 |
-
"
|
217 |
-
"joe_the_hedgehog_05"
|
218 |
)
|
219 |
),
|
220 |
multiple = TRUE,
|
@@ -366,7 +364,7 @@ ui <- shinydashboardPlus::dashboardPage(
|
|
366 |
|
367 |
),
|
368 |
|
369 |
-
|
370 |
# tabPanel("KPI (All)",
|
371 |
#
|
372 |
# br(),
|
@@ -502,16 +500,16 @@ ui <- shinydashboardPlus::dashboardPage(
|
|
502 |
),
|
503 |
|
504 |
tabPanel("Payout Chart (Models)",
|
505 |
-
|
506 |
-
# materialSwitch(inputId = "switch_scale_payout",
|
507 |
-
# label = "Fixed Scale?",
|
508 |
-
# value = TRUE,
|
509 |
-
# status = "primary",
|
510 |
-
# ),
|
511 |
br(),
|
|
|
512 |
h3(strong(textOutput(outputId = "text_payout_ind_models"))),
|
|
|
513 |
br(),
|
514 |
-
|
|
|
|
|
|
|
515 |
)
|
516 |
|
517 |
) # end of tabsetPanel
|
|
|
203 |
label = " ",
|
204 |
# choices = sort(Rnumerai::get_leaderboard()$username),
|
205 |
choices = unique(c(sort(Rnumerai::get_leaderboard()$username),
|
|
|
206 |
"joe_the_validator_01",
|
207 |
"joe_the_validator_02",
|
208 |
"joe_the_validator_03",
|
209 |
"joe_the_validator_04",
|
210 |
+
"joe_the_validator_05"
|
211 |
+
# "joe_the_hedgehog_01",
|
212 |
+
# "joe_the_hedgehog_02",
|
213 |
+
# "joe_the_hedgehog_03",
|
214 |
+
# "joe_the_hedgehog_04",
|
215 |
+
# "joe_the_hedgehog_05"
|
|
|
216 |
)
|
217 |
),
|
218 |
multiple = TRUE,
|
|
|
364 |
|
365 |
),
|
366 |
|
367 |
+
# Coming soon
|
368 |
# tabPanel("KPI (All)",
|
369 |
#
|
370 |
# br(),
|
|
|
500 |
),
|
501 |
|
502 |
tabPanel("Payout Chart (Models)",
|
503 |
+
|
|
|
|
|
|
|
|
|
|
|
504 |
br(),
|
505 |
+
|
506 |
h3(strong(textOutput(outputId = "text_payout_ind_models"))),
|
507 |
+
|
508 |
br(),
|
509 |
+
|
510 |
+
shinycssloaders::withSpinner(plotlyOutput("plot_payout_individual")),
|
511 |
+
|
512 |
+
br()
|
513 |
)
|
514 |
|
515 |
) # end of tabsetPanel
|