更新折线图显示数值
This commit is contained in:
		@@ -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: {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user