Closed t00f closed 7 years ago
I liked the simplicity of the olympic medals for various countries. It is easy to understand and get into it.
In order to have some timed data, I will go with the following dataset that takes the top 10 countries (gold, silver and bronze medals) from 1896 to 2012
Here is the graphs I can think of:
I am wondering how to get a chord diagram, if you guys have an idea !
The dataset is provided as a csv
file. I will need to create a service that is capable of:
csv
file into a javascript
objectCool idea to use the olympic medals dataset.
Probably we'll need another sample dataset to drive the Chord Diagram. Maybe we could use this one on Global Migration https://bl.ocks.org/curran/8c5bb1e0dd8ea98695d28c8a0ccfc533
Here is what we have so far.
The service should be able to read a static file (
json
orcsv
, to be determined). This would help to avoid having an elastic search dependancy in our demo app.