We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As you can see, this bracket library have issue. Please help this library issue. Match data is below.
var matchData = { teams : [ ["Team 1", "Team 2"], ["Team 3", "Team 4"], ["Team 5", "Team 6"], ["Team 7", "Team 8"], ], results : [ [ [ [2,0,'Match 1'], [0,2,'Match 2'], [2,0,'Match 3'], [2,1,'Match 4'], ], [ [2,0,'Match 5'], [0,2,'Match 6'], ], [ [2,0,'Match 7'], ], ], [ [ [0,2,'Match 8'], [0,2,'Match 9'], ], [ [2,0,'Match 10'], [0,2,'Match 11'], ], [ [0,2,'Match 12'] ], [ [2,1,'Match 13'] ] ], [ [ [1,4,'Match 14'] ] ] ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As you can see, this bracket library have issue.
Please help this library issue.
Match data is below.
var matchData = {
teams : [
["Team 1", "Team 2"],
["Team 3", "Team 4"],
["Team 5", "Team 6"],
["Team 7", "Team 8"],
],
results : [
[
[
[2,0,'Match 1'],
[0,2,'Match 2'],
[2,0,'Match 3'],
[2,1,'Match 4'],
],
[
[2,0,'Match 5'],
[0,2,'Match 6'],
],
[
[2,0,'Match 7'],
],
],
[
[
[0,2,'Match 8'],
[0,2,'Match 9'],
],
[
[2,0,'Match 10'],
[0,2,'Match 11'],
],
[
[0,2,'Match 12']
],
[
[2,1,'Match 13']
]
],
[
[
[1,4,'Match 14']
]
]
]
}
The text was updated successfully, but these errors were encountered: