buscandoaverroes / vaccine-efficacies

Visualizes vaccine efficacy rates from clinical trial data
GNU General Public License v3.0
0 stars 0 forks source link

dynamic explanations #17

Closed buscandoaverroes closed 3 years ago

buscandoaverroes commented 3 years ago

Figure out a way to introduce dynamic/popup explanations as needed, such as hovering over a word. The best I can think of now is to use the popup function in cssloaders but I don't think this is what I want. There must be a way to get what is essentially plotly/ggplot 'hover text' but in a non plot shiny UI, such as an icon or html word.

This would drastically reduce the need for static explanatory text and allow for greater freedom in app concept

buscandoaverroes commented 3 years ago

resolved in #27 , see issue #24 for remaining to-do