Increased the size of legend title and made the legend labels round.
This commit is contained in:
@@ -73,13 +73,14 @@ export default {
|
||||
maintainAspectRatio: false,
|
||||
title: {
|
||||
display: true,
|
||||
text: "Antall vinn"
|
||||
text: "Antall vinn",
|
||||
fontSize: 20,
|
||||
},
|
||||
legend: {
|
||||
labels: {
|
||||
// This more specific font property overrides the global property
|
||||
defaultFontFamily: (Chart.defaults.global.defaultFontFamily =
|
||||
"'knowit'")
|
||||
padding: 12,
|
||||
boxWidth: 20,
|
||||
usePointStyle: true
|
||||
}
|
||||
},
|
||||
scales: {
|
||||
|
||||
Reference in New Issue
Block a user