Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Stephanie Wegscheidl
cocoVisR
Commits
7bfb667d
Commit
7bfb667d
authored
Jul 23, 2018
by
Stephanie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ToDo Comments
parent
3aa50746
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
dashboard/server.R
dashboard/server.R
+1
-1
dashboard/ui.R
dashboard/ui.R
+0
-1
No files found.
dashboard/server.R
View file @
7bfb667d
...
...
@@ -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
)
})
...
...
dashboard/ui.R
View file @
7bfb667d
...
...
@@ -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"
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment