From 7bfb667d71a12641c68222a13fdca01eea5b19de Mon Sep 17 00:00:00 2001 From: Stephanie Date: Mon, 23 Jul 2018 14:44:09 +0200 Subject: [PATCH] ToDo Comments --- dashboard/server.R | 2 +- dashboard/ui.R | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/dashboard/server.R b/dashboard/server.R index 7f277dc..05f4294 100644 --- a/dashboard/server.R +++ b/dashboard/server.R @@ -52,7 +52,7 @@ server <- function(input, output) { lastCoCoQuest }) - # Getting + #TODO: Getting HEADER out of json to select it output$input_hist_x <- renderUI({ selectInput("in1", "x-axis:", as.list(coconut.df),multiple=TRUE, selectize=TRUE) }) diff --git a/dashboard/ui.R b/dashboard/ui.R index a1f65ce..2adeff9 100644 --- a/dashboard/ui.R +++ b/dashboard/ui.R @@ -65,7 +65,6 @@ ui <- dashboardPage( tabItem(tabName = "controlls", h2("Controlls here:"), - #TODO: SelectInput --> Get data out of loaded json to select it checkboxInput("histogram", "Histogram", FALSE), uiOutput("input_hist_x"), uiOutput("input_hist_y"), -- GitLab