72821f98 by zhangmeng

看版

1 parent dcdc9ac6
......@@ -1006,6 +1006,8 @@ const handelZhu3 = (row1, row2) => {
console.log(11111, row1, row2)
let name1 = row1.YEAR + '年'
let name2 = row2.YEAR + '年'
console.log('年', row1.YEAR)
console.log('年', row2.YEAR)
chart33 = echarts.init(zhuRef3.value)
const option = {
color: ['#80FFA5', '#00DDFF', '#37A2FF', '#FF0087', '#FFBF00'],
......@@ -1030,7 +1032,7 @@ const handelZhu3 = (row1, row2) => {
}
},
legend: {
data: ['2024年', '2025年',],
data: [name2, name1],
textStyle: {
color: "#00DDFF"
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!