图表优化
This commit is contained in:
parent
a6a51a5deb
commit
40feea5586
|
|
@ -11,7 +11,7 @@ export default {
|
|||
return {
|
||||
chartData: {},
|
||||
opts: {
|
||||
color: ['#fc8483', '#91CB74', '#FAC858', '#EE6666', '#73C0DE', '#3CA272', '#FC8452', '#9A60B4', '#ea7ccc'],
|
||||
color: ['#fc8483'],
|
||||
padding: undefined,
|
||||
backgroundColor: '#fc8483',
|
||||
title: {
|
||||
|
|
@ -33,7 +33,7 @@ export default {
|
|||
endAngle: 0.75,
|
||||
gap: 2,
|
||||
direction: 'ccw',
|
||||
linearType: 'custom'
|
||||
linearType: 'none'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -54,9 +54,9 @@ export default {
|
|||
let data = {
|
||||
series: [
|
||||
{
|
||||
name: '',
|
||||
color: '#fc8483',
|
||||
backgroundColor: '#fc8483',
|
||||
data: dataGirl
|
||||
data: 0.9
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ export default {
|
|||
startAngle: 0.75,
|
||||
endAngle: 0.25,
|
||||
gap: 2,
|
||||
linearType: 'custom'
|
||||
linearType: 'none'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -53,8 +53,8 @@ export default {
|
|||
let data = {
|
||||
series: [
|
||||
{
|
||||
name: '',
|
||||
color: '#67cde6',
|
||||
backgroundColor: '#67cde6',
|
||||
data: dataBoy
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue