Closed kevinhughes27 closed 8 years ago
only draw links for wins
d3 force graph with labels http://bl.ocks.org/MoritzStefaner/1377729
D3 is probably still the best choice but lets not be to overly smart here (wrong abstraction is more expensive than duplication) - store the js code to render each bracket in the bracket db at least to start. If a pattern becomes obvious then generalize later but get the visualization shipped
I should be able to draw out a bracket nicely.
I don't think jquery bracket will work since it is way to scoped to single and double elimination only.
I am thinking something along the lines of drawing a connected graph using d3 and using constraints to make sure it lays out nicely.
One thing - how to do cross over games? Will the visualization need to know about them specifically?