From f2b4d1b3f31385a668bd29bd1fb85658949a717f Mon Sep 17 00:00:00 2001 From: mertsincan Date: Fri, 7 Aug 2020 12:55:23 +0300 Subject: [PATCH 1/2] Refactor on RadarChartDemo --- src/views/chart/RadarChartDemo.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/views/chart/RadarChartDemo.vue b/src/views/chart/RadarChartDemo.vue index acf4310f1..24c3b2640 100755 --- a/src/views/chart/RadarChartDemo.vue +++ b/src/views/chart/RadarChartDemo.vue @@ -75,6 +75,9 @@ export default { } }, scale: { + pointLabels: { + fontColor: '#495057' + }, gridLines: { color: '#ebedef' } @@ -89,6 +92,9 @@ export default { } }, scale: { + pointLabels: { + fontColor: '#ebedef' + }, gridLines: { color: 'rgba(255,255,255,0.2)' } From a4ebd752a86cefea099b3e78481ae43d10d395f5 Mon Sep 17 00:00:00 2001 From: yigitfindikli Date: Wed, 19 Aug 2020 17:02:16 +0300 Subject: [PATCH 2/2] Update PaymentDemo.vue --- src/views/steps/PaymentDemo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/steps/PaymentDemo.vue b/src/views/steps/PaymentDemo.vue index dfaa0302b..2c62831ef 100755 --- a/src/views/steps/PaymentDemo.vue +++ b/src/views/steps/PaymentDemo.vue @@ -10,7 +10,7 @@