CoViz

Introducing CoViz : My first Python Web App that provides live Visual Analysis of Coronavirus data from around the World.
Built using Streamlit Framework, Plotly & Pandas.

From the bottom of my heart, I would like to Thank all the Intelligent Inventors & Developers of the Open Source Softwares & the supportive knowledge-sharing Open Source Community…

I warmly welcome your feedbacks, suggestions & new feature requests…!!!

Thanks & Regards,
Sri Lakshmi

6 Likes

This is great!

Is the code available at all?

Thanks,
Charly

1 Like

Nice @srilakshmi :slight_smile: well structured, easy to browse, lots of info, I like it a lot !

A few pointers you can look at :

  • There may be too many colors going on. For example, I don’t think there’s a need add color to the bar charts in the “Current apps” as it adds no information, and I’d try to stick to one color palette for all the charts in the “Top 10”/“New Cases” page. In “Your Country” page, since you are mixing Plotly and Altair, I’d give a “plotly_white” template to Plotlty so everything has a nice white bagckground look.
  • I have no idea how the “Past pattern of” charts in “Past Patterns” page work on the xAxis :confused: maybe you could add a small description under the sticky header for each page, and another page with a global explanation

But you know what ? Your dashboard has convinced me to give Plotly another chance ! I usually go for Altair but the horizontal bars in “New cases” are looking great :slight_smile:

Thanks for the share,
Fanilo

2 Likes

Hey, actually Streamlit default charts are Altair plots underneath, so if you want to customise them you’re actually better off creating Altair charts like here and here :wink:

1 Like

nice work @srilakshmi.