Pablo-source / Shiny-app-using-COVID-data

Shiny app using bootstrap framework, including Plotly and Leaflet interactive charts and maps. It displays confirmed, recovered and death COVID cases, using data from (JHU CSSE) repository.
3 stars 1 forks source link

Create Plotly bar chart confirmed cases next to existing table #20

Closed Pablo-source closed 1 month ago

Pablo-source commented 2 months ago

Include a new bar chart using Plotly to display an interactive plot of Confirmed cases by country. The chart will be animated by the “Select date” bar. Displaying top 10 countries sorted in descending order by number of confirmed cases.

This chart will be placed next to the existing table. Splitting the current existing container hosting the table into two columns, displaying the new bar chart on the right side.

Pablo-source commented 2 months ago

I will build a new container below existing table split into two columns: Left side column will contain a Table and right side column will contain a Plotly Bar chart.

UI section

Pablo-source commented 1 month ago

Implemented feature and created pull request #21 . Closing this issue as this feature has been added to the Shiny app