Compare commits
No commits in common. "07ae0d8396813666601958860226e1914211cf74" and "af654af1e4c9eef0b14ccec5c3f879e559182f46" have entirely different histories.
07ae0d8396
...
af654af1e4
2 changed files with 3 additions and 1 deletions
|
|
@ -72,6 +72,8 @@ async function loadGame() {
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
console.log(labels)
|
||||||
|
|
||||||
new Chart(playercount_votes_chart, config);
|
new Chart(playercount_votes_chart, config);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-4">
|
<div class="col-sm-4">
|
||||||
<div class="card">
|
<div class="card"></div>
|
||||||
<img id="boardgame_image">
|
<img id="boardgame_image">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h4 class="card-title" id="boardgame_name">John Doe</h4>
|
<h4 class="card-title" id="boardgame_name">John Doe</h4>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue