Compare commits

..

No commits in common. "033d61ea96d2bf71d4885d35751c4519d2862539" and "1969cd3ada3be24ded5c903b6aec587d71ddc9e4" have entirely different histories.

View File

@ -249,51 +249,44 @@ export default {
resetMsg() {
this.tableProps = this.tableProps1;
this.tableData = [];
this.chartMsg1 = {
color: ["#288AFF33", "#288AFF"],
this.chartMsg = {
color: ["#FFCE6A", "#8EF0AB", "#288AFF"],
xData: [],
yName: "单位/MW",
yName: "单位/",
series: [
{
name: "1",
data: [],
type: "bar",
barWidth: 20,
type: "line",
symbol: "circle",
symbolSize: 6,
label: {
show: true,
color: "#FFAE17",
},
},
{
name: "2",
data: [],
type: "bar",
barWidth: 20,
barGap: "-100%",
label: {
show: true,
position: "top",
color: "#288AFF",
// position: [-5, -16],
// position: [-5, -16],
position: [-10, -16],
// position: [-17, -16],
color: "#68C483",
},
},
],
};
this.chartMsg2 = {
color: ["#288AFF33", "#288AFF"],
xData: [],
yName: "单位/㎡",
series: [
{
name: "1",
name: "3",
data: [],
type: "bar",
barWidth: 20,
},
{
name: "2",
data: [],
type: "bar",
barWidth: 20,
barGap: "-100%",
label: {
show: true,
position: "top",
position: [0, -16],
color: "#288AFF",
},
},