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