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: {
pointLabels: {
fontColor: '#495057'
},
gridLines: {
color: '#ebedef'
}
@ -89,6 +92,9 @@ export default {
}
},
scale: {
pointLabels: {
fontColor: '#ebedef'
},
gridLines: {
color: 'rgba(255,255,255,0.2)'
}