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:
parent
5c74c34cbf
commit
34bb5601b2
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user