Refactor on RadarChartDemo

pull/435/head
mertsincan 2020-08-07 12:55:23 +03:00
parent 9cb958c64c
commit f2b4d1b3f3
1 changed files with 6 additions and 0 deletions

View File

@ -75,6 +75,9 @@ export default {
} }
}, },
scale: { scale: {
pointLabels: {
fontColor: '#495057'
},
gridLines: { gridLines: {
color: '#ebedef' color: '#ebedef'
} }
@ -89,6 +92,9 @@ export default {
} }
}, },
scale: { scale: {
pointLabels: {
fontColor: '#ebedef'
},
gridLines: { gridLines: {
color: 'rgba(255,255,255,0.2)' color: 'rgba(255,255,255,0.2)'
} }