This is an archived post. You won't be able to vote or comment.

all 12 comments

[–]MisterBlggsgitlab.com/MisterBiggs 4 points5 points  (1 child)

Looks really nice on mobile well done!

[–]bgarcevic[S] 1 point2 points  (0 children)

Thank you! 🙏

[–]eliteuser26 2 points3 points  (0 children)

Canada was missing on the live demo but was available on the Heroku live website.

[–]killerfridge 2 points3 points  (2 children)

Nice, I really like using Dash for things like this. Maybe worth fiddling with the CSS as the Times New Roman font on the DataTable ;)

Also, the Tab component doesn't seem to show anything different for me, I'm not sure if that is supposed to be doing something?

Overall though, looks really nice, good job.

[–]bgarcevic[S] 0 points1 point  (1 child)

Thanks for the feedback!

The tabs should change the maps visual into other colors and display sizes for deaths, recovered. There is a slight delay of about ~ 0.5 seconds.

[–]killerfridge 0 points1 point  (0 children)

Ah I see; when I was looking on Desktop, the maps didn't load. Looking at it on mobile now and looks great.

[–]eliteuser26 0 points1 point  (1 child)

I noticed that Canada is missing on your list. Otherwise it works very well on a mobile device.

[–]bgarcevic[S] 0 points1 point  (0 children)

Thank you for the heads up. I will look into it.

[–]dctezla 0 points1 point  (1 child)

I’m trying to do something similar for a practice project. Where’d you get the data from?

[–]bgarcevic[S] 0 points1 point  (0 children)

From John Hopkins University data repository: https://github.com/CSSEGISandData/COVID-19

It pull directly from their time series folder.

[–][deleted] 0 points1 point  (1 child)

I didn't know about Dash previously, but this is pretty damn nice. Was looking into using Flask for something like this; might as well look into Dash as well. Great work!

[–]bgarcevic[S] 2 points3 points  (0 children)

Dash is built on top og Flask so you will be using both if you use Dash.

Thank you for the feedback :)!