I made a simple dashboard over the weekend to monitor the Coronavirus situation.
It all started last friday and I learned a lot on this journey. First I started to mess with jq to convert the CSV files in a more friendly format (JSON). Then I figured that D3.js and Lodash can parse CSV files and transform the data on the fly. 🤯
Soon I had a beautiful and less stressful chart. 🥳
Let me know what you think. I will try to add a few features on the next hours/days.
Thank you!
Latest comments (30)
I really liked your UI, here is a simple version that I built using Spring Boot covid-dashboard.herokuapp.com/
Not sure if it makes sense to plot the deaths and recovered on the same chart, since most (almost all the time they will be less than 1% or close to 0% of the confirmed cases)
I would put these on different charts, or at least have them toggle.
I would also add the number of new cases each day
Perhaps a toggle between linear and log scale.
Does it automatically update?
Otherwise good work so far. I am sure you learned a ton doing it
Like!
can u share the code please?
I will probably open source it, how would you contribute ? There is a lot to do right now. 🤓
How often is it being updated? Is it automatic, periodic, etc.? I've checked the stats for Lebanon and they're outdated.
I'd like to point out the same thing as @stephan Mejjer, the graph should be resizable as per the screen size.
Other than that, really neat job mate. gg
Thank you for the feedback. 👍 The source is updated every 24h right now, they used to update it on a more regular basis but I think they are overloaded.
Not a good looking graph for New York
Yeah, I had the idea to have the amount of new cases (not just the sum) so we might be able to actually see if it there is more new cases than yesterday. 🤔
Great work Pascal! The chart by country is really nice and I'd miss it in others dashboards.
Is it possible to inform the data when hovering the line? Also would be nice to improve the chart labels, it feels a bit confusing. But thats all from me, good job! :)
Thank you! Yes, I will add the tooltips on the chart very soon. 👍
The chart doesn't fit on my screen. It renders to large.
Also, it would be nice if we could:
country input, I don't want to scroll. I just want to start typing.Thank you for your feedback! 👍 The URL on my todo list and should rollout very soon.
nicely done.
I suggest you adding mouse over to show number on timeline
bl.ocks.org/larsenmtl/e3b8b7c2ca47...
Thank you! I will add this soon. 👍
Recovered should maybe be a negative number? Otherwise it will only ever go up
That's the point. The amount of recovered is already a negative number in how the stats are compiled. Let me know is it's still confusing, you might not be the only one.