Spaces:
Running
Running
0.2.0 - fix KPI tab
Browse files
app/app.R
CHANGED
@@ -365,58 +365,7 @@ ui <- shinydashboardPlus::dashboardPage(
|
|
365 |
br()
|
366 |
|
367 |
),
|
368 |
-
|
369 |
-
|
370 |
-
tabPanel("KPI Charts",
|
371 |
-
|
372 |
-
br(),
|
373 |
-
|
374 |
-
h3(strong(textOutput(outputId = "text_performance_chart"))),
|
375 |
-
|
376 |
-
br(),
|
377 |
-
|
378 |
-
fluidRow(
|
379 |
-
|
380 |
-
column(4,
|
381 |
-
markdown("## **CORR Multiper**"),
|
382 |
-
sliderInput(inputId = "multiper_corr",
|
383 |
-
label = "Numerai Classic Tournament Rounds",
|
384 |
-
width = "100%",
|
385 |
-
step = 0.5,
|
386 |
-
min = 0,
|
387 |
-
max = 2,
|
388 |
-
value = 1)
|
389 |
-
),
|
390 |
-
|
391 |
-
column(4,
|
392 |
-
markdown("## **TC Multiper**"),
|
393 |
-
sliderInput(inputId = "multiper_tc",
|
394 |
-
label = "Numerai Classic Tournament Rounds",
|
395 |
-
width = "100%",
|
396 |
-
step = 0.5,
|
397 |
-
min = 0,
|
398 |
-
max = 1,
|
399 |
-
value = 1)
|
400 |
-
),
|
401 |
-
|
402 |
-
|
403 |
-
column(4,
|
404 |
-
|
405 |
-
markdown("## **Refresh**"),
|
406 |
-
br(),
|
407 |
-
actionBttn(inputId = "button_kpi_chart",
|
408 |
-
label = "Generate / Refresh",
|
409 |
-
color = "primary",
|
410 |
-
icon = icon("refresh"),
|
411 |
-
style = "gradient",
|
412 |
-
block = TRUE)
|
413 |
-
)
|
414 |
-
|
415 |
-
|
416 |
-
) # end of fluidRow
|
417 |
|
418 |
-
),
|
419 |
-
|
420 |
|
421 |
tabPanel("Payout (Overview)",
|
422 |
|
|
|
365 |
br()
|
366 |
|
367 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
368 |
|
|
|
|
|
369 |
|
370 |
tabPanel("Payout (Overview)",
|
371 |
|