Fix chart border radius

This commit is contained in:
Çetin
2025-01-06 14:28:01 +03:00
parent 8bebc68e24
commit 0165d99e18

View File

@@ -62,9 +62,11 @@ export class RevenueStreamWidget {
data: [4100, 5200, 3400, 7400],
borderRadius: {
topLeft: 8,
topRight: 8
topRight: 8,
bottomLeft: 0,
bottomRight: 0
},
borderSkipped: true,
borderSkipped: false,
barThickness: 32
}
]