Refactor on RadarChartDemo
parent
9cb958c64c
commit
f2b4d1b3f3
|
@ -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)'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue