Commit 859206a9 by Jan Wijffels

debug

parent 41a2d6ff
......@@ -134,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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment