tetratech / baytrendsmap

Shiny app to create maps on-the-fly from output of the baytrends package.
https://tetratech.github.io/baytrendsmap/
MIT License
4 stars 2 forks source link

pop up text #59

Closed jharcum closed 2 years ago

jharcum commented 2 years ago

text for popup

This app provides access to maps depicting short- and long-term changes, or trends, in nutrients, dissolved oxygen (DO), Secchi depth (a measure of clarity), and chlorophyll-a at more than 130 stations located throughout the mainstem of the Chesapeake Bay and the tidal portions of numerous tributaries on the western and eastern shores since the mid-1980s. Click HELP in main menu for information on how to use this app.

leppott commented 2 years ago

Use shinyalerts::shinyalert() as nicer than the basic shiny::modalDialog() and shiny::showModal().

Also shinyalert is center center with more formatting. showModal is center top.

Bonus benefit is the maps finish loading in the background as the user has to click away the pop up. Either one can be dismissed by clicking button, clicking outside of the popup, or hitting Escape.

shinyalert image

showModal image