更新折线图显示数值
This commit is contained in:
parent
aaa420822d
commit
025366bb65
@ -80,6 +80,11 @@ export default function getOptions(tempData: any) {
|
|||||||
symbol: "circle",
|
symbol: "circle",
|
||||||
symbolSize: 4,
|
symbolSize: 4,
|
||||||
data: tempData.input,
|
data: tempData.input,
|
||||||
|
label: {
|
||||||
|
show: true,
|
||||||
|
position: 'top',
|
||||||
|
color:'inherit'
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "产出",
|
name: "产出",
|
||||||
@ -87,6 +92,11 @@ export default function getOptions(tempData: any) {
|
|||||||
symbol: "circle",
|
symbol: "circle",
|
||||||
symbolSize: 4,
|
symbolSize: 4,
|
||||||
data: tempData.output,
|
data: tempData.output,
|
||||||
|
label: {
|
||||||
|
show: true,
|
||||||
|
position: 'top',
|
||||||
|
color:'inherit'
|
||||||
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
tooltip: {
|
tooltip: {
|
||||||
|
Loading…
Reference in New Issue
Block a user