buscandoaverroes / vaccine-efficacies

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

Map #39

Open buscandoaverroes opened 3 years ago

buscandoaverroes commented 3 years ago

A map that displays chances of protection by pulling open data from CDC on historical/recent infection rates might serve as a more palatable way to present the main points. This map could be displayed before the rainbow graph.

buscandoaverroes commented 3 years ago

sync() doesn't work in shiny properly, maybe has something to do with map @ call or fact that one of two objects is reactive

buscandoaverroes commented 3 years ago

Update, it seems that editing the css tags in map objects either on the UI or server side somehow breaks the link between the maps created in sync.

The individual map elements can be rendered property but not together with sync -- or they can be synced without editing the css tags.

What's the solution?

buscandoaverroes commented 3 years ago

resolved in #40

buscandoaverroes commented 3 years ago

Consider using plotly as it has both a Mapbox chloropleth, sf, and wbgl option https://plotly.com/r/maps-sf/ https://plotly.com/r/mapbox-county-choropleth/ https://plotly.com/r/webgl-vs-svg/