Teijo Laine
Teijo Laine
You can reinitialize the bracket with updated init data. There is no API to help updating the score though.
Hi, great to hear you've found the project. Can you give a more detailed description of what you're looking for (or a link to one)?
Interesting, I didn't know of that arrangement. Unfortunately it is not currently possible to indicate the specific match results at the moment. You could check out match info feature (http://www.aropupu.fi/bracket/#matches)...
It's not supported out of the box, but you could calculate the [resizing parameters](http://www.aropupu.fi/bracket/#resize) proportionally for the winner bracket, i.e. scale the widths or margins the way you want. The...
Sorry for the late reply. It will require a bit more coding to get it to work properly. Actually the bug with TBD/BYEs in #126 try to solve the same...
Hi, Unfortunately it's not really supported at the moment. It would definitely make sense to have the callback API to be extended to something resembling the data customization demo's `render`...
Best would probably be to override the rendering of the score in similar way as the team label can be customized. It's not currently supported out of the box.
It's not currently possible to change the order without modifying the bracket library code. You'd need to call these two lines in the order you want: https://github.com/teijo/jquery-bracket/blob/d3b8ca8ee20d036d547b51679c9d2e7dfd358639/src/jquery.bracket.ts#L1166
Unfortunately I don't think there is any straightforward way of knowing that. Depending on the settings and number of participants, the number of matches can change. Quite a nasty hack...
It's not currently possible to flag forfeit/disqualification/default. Workaround is just give e.g. 1-0 win for the team that should proceed, which might or might not be a problem depending on...