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