Closed Pablo-source closed 1 month 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
It will include some function similar to this one below:
fluidRow( box(
column(6, plotlyOutput("Top_countries_rates")),
column(6, plotlyOutput("ToptenCASES_barchartt")), width =12))
)
Implemented feature and created pull request #21 . Closing this issue as this feature has been added to the Shiny app
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.