图表优化

This commit is contained in:
BianLzhaoMin 2024-10-24 14:10:40 +08:00
parent a6a51a5deb
commit 40feea5586
2 changed files with 6 additions and 6 deletions

View File

@ -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
}
]
}

View File

@ -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
}
]