Merge branch 'master' of github.com:KevinMidboe/vinlottis
This commit is contained in:
@@ -176,10 +176,12 @@ h1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.chart-container {
|
.chart-container {
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
|
padding-top: 0;
|
||||||
|
margin-top: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.outer {
|
.outer {
|
||||||
|
|||||||
@@ -82,7 +82,8 @@ export default {
|
|||||||
maintainAspectRatio: false,
|
maintainAspectRatio: false,
|
||||||
title: {
|
title: {
|
||||||
display: true,
|
display: true,
|
||||||
text: "Antall kjøp"
|
text: "Antall vinn",
|
||||||
|
fontSize: 20,
|
||||||
},
|
},
|
||||||
legend: {
|
legend: {
|
||||||
display: true,
|
display: true,
|
||||||
@@ -90,9 +91,9 @@ export default {
|
|||||||
usePointStyle: true,
|
usePointStyle: true,
|
||||||
borderRadius: 10,
|
borderRadius: 10,
|
||||||
labels: {
|
labels: {
|
||||||
// This more specific font property overrides the global property
|
padding: 12,
|
||||||
defaultFontFamily: (Chart.defaults.global.defaultFontFamily =
|
boxWidth: 20,
|
||||||
"'knowit'")
|
usePointStyle: true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
scales: {
|
scales: {
|
||||||
|
|||||||
@@ -74,13 +74,14 @@ export default {
|
|||||||
maintainAspectRatio: false,
|
maintainAspectRatio: false,
|
||||||
title: {
|
title: {
|
||||||
display: true,
|
display: true,
|
||||||
text: "Antall vinn"
|
text: "Antall vinn",
|
||||||
|
fontSize: 20,
|
||||||
},
|
},
|
||||||
legend: {
|
legend: {
|
||||||
labels: {
|
labels: {
|
||||||
// This more specific font property overrides the global property
|
padding: 12,
|
||||||
defaultFontFamily: (Chart.defaults.global.defaultFontFamily =
|
boxWidth: 20,
|
||||||
"'knowit'")
|
usePointStyle: true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
scales: {
|
scales: {
|
||||||
|
|||||||
Reference in New Issue
Block a user