CE-604 Adjust legend dot size, padding, and font

This commit is contained in:
2023-11-02 20:14:56 -05:00
parent 279840e77a
commit 0d763cbfc8
2 changed files with 12 additions and 4 deletions

View File

@ -51,8 +51,12 @@ export const options = {
labels: {
usePointStyle: true,
pointStyle: "circle",
pointStyleWidth: 3,
padding: 20
boxHeight: 8,
boxWidth: 8,
padding: 12,
font: {
size: 14
}
}
}
},