1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-01 13:47:27 +02:00

chore: chart bar adjustments (#10555)

Updates chart bars with explicit border radii.

Before:
<img width="995" height="425" alt="image"
src="https://github.com/user-attachments/assets/d52c56a7-e022-4d27-8651-8897a49012e6"
/>


After:
<img width="1120" height="490" alt="image"
src="https://github.com/user-attachments/assets/b8660eb2-580b-48b7-8800-c5711b8a45a5"
/>
This commit is contained in:
Thomas Heartman 2025-09-01 10:30:27 +02:00 committed by GitHub
parent 5c74c34cbf
commit c7cb5465ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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,