From b5df4647712b3d39395bbc585a8b1196e4486b6e Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Fri, 2 Aug 2024 09:52:47 +0300 Subject: [PATCH] Safari chart fixes --- apps/showcase/components/landing/samples/CustomersApp.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/showcase/components/landing/samples/CustomersApp.vue b/apps/showcase/components/landing/samples/CustomersApp.vue index 62e190365..864ba3e0e 100644 --- a/apps/showcase/components/landing/samples/CustomersApp.vue +++ b/apps/showcase/components/landing/samples/CustomersApp.vue @@ -598,7 +598,7 @@ export default { { type: 'bar', 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], borderRadius: { topLeft: 4, @@ -606,7 +606,7 @@ export default { }, borderSkipped: true, barThickness: 20, - hoverBackgroundColor: 'color-mix(in srgb, ' + hoverBackgroundColor + ' 100%, transparent)', + hoverBackgroundColor: hoverBackgroundColor, hoverTransition: '1s ease all' } ]