borntofrappe / learning-d3

d3.js is vast. Here's a repository filled with projects to master the library, its many modules and powerful features.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tournament Trees

borntofrappe opened this issue · comments

Goal

Display the draws for a tennis competition with sport brackets.

Links

Updated goal

Display the top and bottom bracket for a tennis tournament to recreate this design

I managed to create the hierarchical structure with a complete binary tree. The leaves then include the actual data for the bracket(s).

The logic is repeated for the top and bottom bracket, changing thr position of the links and labels.

Tournament Trees

Finished version.

Tournament Trees

Particularly proud of how the 'Paris Masters' label matches the width of the year above.