更新折线图显示数值

This commit is contained in:
朱文强 2025-08-26 16:04:56 +08:00
parent aaa420822d
commit 025366bb65

View File

@ -80,6 +80,11 @@ export default function getOptions(tempData: any) {
symbol: "circle",
symbolSize: 4,
data: tempData.input,
label: {
show: true,
position: 'top',
color:'inherit'
},
},
{
name: "产出",
@ -87,6 +92,11 @@ export default function getOptions(tempData: any) {
symbol: "circle",
symbolSize: 4,
data: tempData.output,
label: {
show: true,
position: 'top',
color:'inherit'
},
},
],
tooltip: {