修改echart
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user