WayneGitShell / GWSDAT

GroundWater Spatiotemporal Data Analysis Tool (GWSDAT) R-Shiny implementation.
https://stats-glasgow.shinyapps.io/GWSDAT
31 stars 7 forks source link

output$data_overview is triggered when Selecting a data set. #135

Closed andrejadd closed 7 years ago

andrejadd commented 7 years ago

Maybe because of reactiveVal dataLoaded(). However, data_overview should be hidden and thus not react to dataLoaded(). Fix this to avoid more overhead rendering.

andrejadd commented 7 years ago

Tried with separate reactiveVal renderData(). For some reason output$data_overview is again triggered wihen it should not - there is no other call to renderData() inside this function.