Safari chart fixes

pull/6176/head
tugcekucukoglu 2024-08-02 09:52:47 +03:00
parent 51e01f9d00
commit b5df464771
1 changed files with 2 additions and 2 deletions

View File

@ -598,7 +598,7 @@ export default {
{ {
type: 'bar', type: 'bar',
label: 'Investment Wallet', label: 'Investment Wallet',
backgroundColor: 'color-mix(in srgb, ' + borderColor + ' 100%, transparent)', backgroundColor: borderColor,
data: [100, 201, 404, 300, 140, 220, 314, 520, 145, 234, 325, 147], data: [100, 201, 404, 300, 140, 220, 314, 520, 145, 234, 325, 147],
borderRadius: { borderRadius: {
topLeft: 4, topLeft: 4,
@ -606,7 +606,7 @@ export default {
}, },
borderSkipped: true, borderSkipped: true,
barThickness: 20, barThickness: 20,
hoverBackgroundColor: 'color-mix(in srgb, ' + hoverBackgroundColor + ' 100%, transparent)', hoverBackgroundColor: hoverBackgroundColor,
hoverTransition: '1s ease all' hoverTransition: '1s ease all'
} }
] ]