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: { labels: {
usePointStyle: true, usePointStyle: true,
pointStyle: "circle", pointStyle: "circle",
pointStyleWidth: 3, boxHeight: 8,
padding: 20 boxWidth: 8,
padding: 12,
font: {
size: 14
}
} }
} }
}, },

View File

@ -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
}
} }
}, },
}, },