Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
citizenair
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vmm
citizenair
Commits
41a2d6ff
Commit
41a2d6ff
authored
Nov 11, 2018
by
Jan Wijffels
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debug
parent
e3a204db
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
citizenair/inst/apps/citizenair/citizenair.Rmd
+6
-5
No files found.
citizenair/inst/apps/citizenair/citizenair.Rmd
View file @
41a2d6ff
...
...
@@ -67,7 +67,7 @@ plot_timeseries <- function(x, ...){
```
```{r, eval=
FALS
E}
```{r, eval=
TRU
E}
popups <- list()
popups$download <- modalDialog(title = "Download",
"We connecteren nu naar de IRCEL webservice om data af te halen en te combineren met uw meetgegevens, eventjes geduld, dit scherm sluit vanzelf wanneer dit afgelopen is.",
...
...
@@ -87,7 +87,8 @@ popups$select_station <- modalDialog(
radioGroupButtons(
inputId = "uiInput_selectmeasurement",
label = "Selecteer welke van uw sensorgegevens u wilt vergelijken met een officieel meetstation",
choices = sort(APPDATA$getCitizenData(type = "phenomena"), decreasing = TRUE),
#choices = sort(APPDATA$getCitizenData(type = "phenomena"), decreasing = TRUE),
choices = LETTERS,
direction = "horizontal", size = "sm",
justified = FALSE, individual = FALSE, status = "primary",
checkIcon = list(yes = icon("ok", lib = "glyphicon"))
...
...
@@ -133,9 +134,9 @@ citizenair_userdata <- reactive({
filter = 'top', options = list(pageLength = 5, autoWidth = TRUE, searching = FALSE)))
showModal(popups$cleaned_data)
output$uiOutput_timeseries <- renderDygraph({
plot_timeseries(result$appdata$getCombinedTimeseries(), main = "De tijdreeks van al uw meetgegevens")
})
#
output$uiOutput_timeseries <- renderDygraph({
#
plot_timeseries(result$appdata$getCombinedTimeseries(), main = "De tijdreeks van al uw meetgegevens")
#
})
}
}
result
...
...
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