1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-24 17:51:14 +02:00

chore: chart bar adjustments

Updates chart bars according to UX preferences in terms of grouping, width, and border radii.
This commit is contained in:
Thomas Heartman 2025-08-28 11:16:49 +02:00
parent 5c74c34cbf
commit 34bb5601b2
No known key found for this signature in database
GPG Key ID: BD1F880DAED1EE78

View File

@ -141,6 +141,7 @@ export const CreationArchiveChart: FC<ICreationArchiveChartProps> = ({
mode: 'index' as const,
intersect: false,
},
datasets: { bar: { borderRadius: 4 } },
plugins: {
legend: {
position: 'bottom' as const,