miraisolutions / Covid19

Dashboard developed in r shiny to provide insight on COVID-19 pandemic, analyzing data from public, reliable sources.
https://mirai-solutions.ch/gallery/covid19
GNU General Public License v3.0
16 stars 3 forks source link

make all plots interactive #1

Open fvitalini opened 4 years ago

fvitalini commented 4 years ago

use renderPlotly instead of renderPlot

fvitalini commented 4 years ago

ggplotly has issues with big numbers, so ggplotlying the linear plots in the global module or using a log scale causes an app failure. Currently having anon interactive logarithmic plots in the global module and interactive plots in the country tab.

One way to overcome this would be to use directly plotly instead of ggplot + ggplotly

fvitalini commented 4 years ago

use googlevis package instead of plotly

fvitalini commented 4 years ago

googleVis discarded due to overcomplexity for colours. Back to use plotly. Missing is ggplotly of facet plots