https://visuallyjs.com/demonstrations/fifaworldcup
This app provides a few different insights on the FIFA World Cup:
- The standard tournament view, matches from the round of 32 to the final arranged as a hierarchy
- An innovative group stage view, with teams arranged in a circular layout and matches played between a pair of teams drawn as edges
- A team journey view - the progress of some given team as a list of matches
The data for this project comes from this excellent project on Github:
https://github.com/openfootball/worldcup.json
We wrote a datasource to wrap the files in that repository and open-sourced it here:
https://github.com/visuallyjs/open-football-worldcup-datasource
