mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 21:00:45 +00:00
CE-604 Adjust legend dot size, padding, and font
This commit is contained in:
@ -51,8 +51,12 @@ export const options = {
|
|||||||
labels: {
|
labels: {
|
||||||
usePointStyle: true,
|
usePointStyle: true,
|
||||||
pointStyle: "circle",
|
pointStyle: "circle",
|
||||||
pointStyleWidth: 3,
|
boxHeight: 8,
|
||||||
padding: 20
|
boxWidth: 8,
|
||||||
|
padding: 12,
|
||||||
|
font: {
|
||||||
|
size: 14
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -84,8 +84,12 @@ function configs(labels: any, datasets: any)
|
|||||||
labels: {
|
labels: {
|
||||||
usePointStyle: true,
|
usePointStyle: true,
|
||||||
pointStyle: "circle",
|
pointStyle: "circle",
|
||||||
pointStyleWidth: 3,
|
padding: 12,
|
||||||
padding: 20
|
boxHeight: 8,
|
||||||
|
boxWidth: 8,
|
||||||
|
font: {
|
||||||
|
size: 14
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user