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)' }