修改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

@@ -255,7 +255,7 @@ const init = () => {
itemStyle: {
// normal: {
barBorderRadius: [3, 3, 0, 0],
color: '#00CC99'
color: '#FFCC00'
// }e
},
data: yDataList1,
@@ -270,7 +270,7 @@ const init = () => {
// normal: {
barBorderRadius: [3, 3, 0, 0],
color: '#FF9900'
color: '#009900'
// }
},
data: yDataList2,
@@ -284,7 +284,7 @@ const init = () => {
itemStyle: {
// normal: {
barBorderRadius: [3, 3, 0, 0]
// color: '#FF9900'
// color: '#CC0000'
// }
},
data: yDataList3,
@@ -380,7 +380,7 @@ const init = () => {
itemStyle: {
// normal: {
barBorderRadius: [3, 3, 0, 0],
color: '#00CC99'
color: '#FFCC00'
// }e
},
data: yDataList1
@@ -392,7 +392,7 @@ const init = () => {
itemStyle: {
// normal: {
barBorderRadius: [3, 3, 0, 0],
color: '#FF9900'
color: '#009900'
// }
},
data: yDataList2
@@ -404,7 +404,7 @@ const init = () => {
itemStyle: {
// normal: {
barBorderRadius: [3, 3, 0, 0]
// color: '#FF9900'
// color: '#CC0000'
// }
},
data: yDataList3
@@ -498,7 +498,7 @@ const init = () => {
itemStyle: {
// normal: {
barBorderRadius: [3, 3, 0, 0],
color: '#00CC99'
color: '#FFCC00'
// }e
},
data: yDataList1
@@ -511,7 +511,7 @@ const init = () => {
// normal: {
barBorderRadius: [3, 3, 0, 0],
color: '#FF9900'
color: '#009900'
// }
},
data: yDataList2
@@ -523,7 +523,7 @@ const init = () => {
itemStyle: {
// normal: {
barBorderRadius: [3, 3, 0, 0]
// color: '#FF9900'
// color: '#CC0000'
// }
},
data: yDataList3

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