Some max-width

This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-22 09:27:36 +01:00
parent c83af277e3
commit 8556dc7df6
6 changed files with 6 additions and 9 deletions

View File

@@ -9,7 +9,6 @@ export default {
async mounted() {
let canvas = this.$refs["win-chart"].getContext("2d");
console.log(canvas);
let _response = await fetch("/api/purchase/statistics/color");
let response = await _response.json();
let labels = ["Vunnet"];
@@ -61,7 +60,6 @@ export default {
labels: labels,
datasets: datasets
};
console.log(datasets);
let chart = new Chart(canvas, {
type: "bar",
data: chartdata,