vis.js is a dynamic, browser-based visualization library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

151 lines
3.0 KiB

  1. [
  2. {
  3. "player1": "Brazil",
  4. "abbr1": "br",
  5. "score1": "1 (3)",
  6. "player2": "Chile",
  7. "abbr2": "cl",
  8. "score2": "1 (2)",
  9. "description": "round of 16",
  10. "start": "2014-06-28 13:00"
  11. },
  12. {
  13. "player1": "Colombia",
  14. "abbr1": "co",
  15. "score1": 2,
  16. "player2": "Uruguay",
  17. "abbr2": "uy",
  18. "score2": 0,
  19. "description": "round of 16",
  20. "start": "2014-06-28 17:00"
  21. },
  22. {
  23. "player1": "Netherlands",
  24. "abbr1": "nl",
  25. "score1": 2,
  26. "player2": "Mexico",
  27. "abbr2": "mx",
  28. "score2": 1,
  29. "description": "round of 16",
  30. "start": "2014-06-29 13:00"
  31. },
  32. {
  33. "player1": "Costa Rica",
  34. "abbr1": "cr",
  35. "score1": "1 (5)",
  36. "player2": "Greece",
  37. "abbr2": "gr",
  38. "score2": "1 (3)",
  39. "description": "round of 16",
  40. "start": "2014-06-29 17:00"
  41. },
  42. {
  43. "player1": "France",
  44. "abbr1": "fr",
  45. "score1": 2,
  46. "player2": "Nigeria",
  47. "abbr2": "ng",
  48. "score2": 0,
  49. "description": "round of 16",
  50. "start": "2014-06-30 13:00"
  51. },
  52. {
  53. "player1": "Germany",
  54. "abbr1": "de",
  55. "score1": 2,
  56. "player2": "Algeria",
  57. "abbr2": "dz",
  58. "score2": 1,
  59. "description": "round of 16",
  60. "start": "2014-06-30 17:00"
  61. },
  62. {
  63. "player1": "Argentina",
  64. "abbr1": "ar",
  65. "score1": 1,
  66. "player2": "Switzerland",
  67. "abbr2": "ch",
  68. "score2": 0,
  69. "description": "round of 16",
  70. "start": "2014-07-01 13:00"
  71. },
  72. {
  73. "player1": "Belgium",
  74. "abbr1": "be",
  75. "score1": 2,
  76. "player2": "USA",
  77. "abbr2": "us",
  78. "score2": 1,
  79. "description": "round of 16",
  80. "start": "2014-07-01 17:00"
  81. },
  82. {
  83. "player1": "France",
  84. "abbr1": "fr",
  85. "score1": 0,
  86. "player2": "Germany",
  87. "abbr2": "de",
  88. "score2": 1,
  89. "description": "quarter-finals",
  90. "start": "2014-07-04 13:00"
  91. },
  92. {
  93. "player1": "Brazil",
  94. "abbr1": "br",
  95. "score1": 2,
  96. "player2": "Colombia",
  97. "abbr2": "co",
  98. "score2": 1,
  99. "description": "quarter-finals",
  100. "start": "2014-07-04 17:00"
  101. },
  102. {
  103. "player1": "Argentina",
  104. "abbr1": "ar",
  105. "score1": 1,
  106. "player2": "Belgium",
  107. "abbr2": "be",
  108. "score2": 0,
  109. "description": "quarter-finals",
  110. "start": "2014-07-05 13:00"
  111. },
  112. {
  113. "player1": "Netherlands",
  114. "abbr1": "nl",
  115. "score1": "0 (4)",
  116. "player2": "Costa Rica",
  117. "abbr2": "cr",
  118. "score2": "0 (3)",
  119. "description": "quarter-finals",
  120. "start": "2014-07-05 17:00"
  121. },
  122. {
  123. "player1": "Brazil",
  124. "abbr1": "br",
  125. "score1": 1,
  126. "player2": "Germany",
  127. "abbr2": "de",
  128. "score2": 7,
  129. "description": "semi-finals",
  130. "start": "2014-07-08 17:00"
  131. },
  132. {
  133. "player1": "Netherlands",
  134. "abbr1": "nl",
  135. "score1": "0 (2)",
  136. "player2": "Argentina",
  137. "abbr2": "ar",
  138. "score2": "0 (4)",
  139. "description": "semi-finals",
  140. "start": "2014-07-09 17:00"
  141. },
  142. {
  143. "player1": "Germany",
  144. "score1": 1,
  145. "abbr1": "de",
  146. "player2": "Argentina",
  147. "abbr2": "ar",
  148. "score2": 0,
  149. "description": "final",
  150. "start": "2014-07-13 16:00"
  151. }
  152. ]