Compare commits
	
		
			3 Commits
		
	
	
		
			1969cd3ada
			...
			033d61ea96
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 033d61ea96 | |||
| 4fb88a5201 | |||
| 0e60ba7dc8 | 
| @@ -249,44 +249,51 @@ export default { | ||||
|     resetMsg() { | ||||
|       this.tableProps = this.tableProps1; | ||||
|       this.tableData = []; | ||||
|       this.chartMsg = { | ||||
|         color: ["#FFCE6A", "#8EF0AB", "#288AFF"], | ||||
|       this.chartMsg1 = { | ||||
|         color: ["#288AFF33", "#288AFF"], | ||||
|         xData: [], | ||||
|         yName: "单位/片", | ||||
|         yName: "单位/MW", | ||||
|         series: [ | ||||
|           { | ||||
|             name: "1", | ||||
|             data: [], | ||||
|             type: "line", | ||||
|             symbol: "circle", | ||||
|             symbolSize: 6, | ||||
|             label: { | ||||
|               show: true, | ||||
|               color: "#FFAE17", | ||||
|             }, | ||||
|             type: "bar", | ||||
|             barWidth: 20, | ||||
|           }, | ||||
|           { | ||||
|             name: "2", | ||||
|             data: [], | ||||
|             type: "bar", | ||||
|             barWidth: 20, | ||||
|             barGap: "-100%", | ||||
|             label: { | ||||
|               show: true, | ||||
|               // position: [-5, -16], | ||||
|               // position: [-5, -16], | ||||
|               position: [-10, -16], | ||||
|               // position: [-17, -16], | ||||
|               color: "#68C483", | ||||
|               position: "top", | ||||
|               color: "#288AFF", | ||||
|             }, | ||||
|           }, | ||||
|         ], | ||||
|       }; | ||||
|       this.chartMsg2 = { | ||||
|         color: ["#288AFF33", "#288AFF"], | ||||
|         xData: [], | ||||
|         yName: "单位/㎡", | ||||
|         series: [ | ||||
|           { | ||||
|             name: "3", | ||||
|             name: "1", | ||||
|             data: [], | ||||
|             type: "bar", | ||||
|             barWidth: 20, | ||||
|           }, | ||||
|           { | ||||
|             name: "2", | ||||
|             data: [], | ||||
|             type: "bar", | ||||
|             barWidth: 20, | ||||
|             barGap: "-100%", | ||||
|             label: { | ||||
|               show: true, | ||||
|               position: [0, -16], | ||||
|               position: "top", | ||||
|               color: "#288AFF", | ||||
|             }, | ||||
|           }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user