修改echart

This commit is contained in:
GGJ
2024-09-13 18:35:02 +08:00
parent 5e847decc3
commit e4997e4b63
4 changed files with 79 additions and 41 deletions

View File

@@ -215,21 +215,21 @@ const initRadioCharts = () => {
value: 180,
name: 'A相',
itemStyle: {
color: '#A5292A'
color: '#FFCC00'
}
},
{
value: 90,
name: 'B相',
itemStyle: {
color: '#DAA521'
color: '#009900'
}
},
{
value: 30,
name: 'C相',
itemStyle: {
color: '#2F8A57'
color: '#CC0000'
}
}
]