This commit is contained in:
zty 2024-12-27 14:00:21 +08:00
commit 3ce895f9e5
5 changed files with 17 additions and 17 deletions

View File

@ -182,7 +182,7 @@ let tooltip = {
triggerOn: "mousemove", triggerOn: "mousemove",
}; };
let grid = { let grid = {
right: "8%", right: "10%",
left: "4%", left: "4%",
top: "15%", top: "15%",
}; };
@ -219,7 +219,7 @@ let yAxis = [
name: "运转率 (%)", name: "运转率 (%)",
position: "right", position: "right",
alignTicks: true, alignTicks: true,
offset: 80, offset: 60,
axisLine: { axisLine: {
show: true, show: true,
lineStyle: { lineStyle: {

View File

@ -306,8 +306,8 @@ let tooltip = {
triggerOn: "mousemove", triggerOn: "mousemove",
}; };
let grid = { let grid = {
right: "9%", right: "12%",
left: "7%", left: "10%",
top: "15%", top: "15%",
}; };
let toolbox = { let toolbox = {
@ -357,7 +357,7 @@ let yAxis = [
}, },
}, },
axisLabel: { axisLabel: {
formatter: "{value}%", formatter: "{value}",
}, },
}, },
{ {
@ -396,7 +396,7 @@ let yAxis = [
name: "成本(元)", name: "成本(元)",
position: "left", position: "left",
alignTicks: true, alignTicks: true,
offset: 70, offset: 60,
axisLine: { axisLine: {
show: true, show: true,
lineStyle: { lineStyle: {

View File

@ -295,8 +295,8 @@ let tooltip = {
triggerOn: "mousemove", triggerOn: "mousemove",
}; };
let grid = { let grid = {
right: "8%", right: "10%",
left: "7%", left: "10%",
top: "15%", top: "15%",
}; };
let toolbox = { let toolbox = {
@ -328,7 +328,7 @@ let yAxis = [
}, },
{ {
type: "value", type: "value",
name: "运转率 (%)", name: "运转率",
position: "right", position: "right",
alignTicks: true, alignTicks: true,
offset: 80, offset: 80,

View File

@ -295,8 +295,8 @@ let tooltip = {
// alwaysShowContent:true, // alwaysShowContent:true,
}; };
let grid = { let grid = {
right: "7%", right: "10%",
left: "7%", left: "10%",
top: "15%", top: "15%",
}; };
let toolbox = { let toolbox = {

View File

@ -115,7 +115,7 @@
<div class="chartTitle">本月生产参数统计图</div> <div class="chartTitle">本月生产参数统计图</div>
<scEcharts <scEcharts
height="400px" height="400px"
width="1600px" width="1035px"
:option="optionDay" :option="optionDay"
></scEcharts> ></scEcharts>
</div> </div>
@ -123,7 +123,7 @@
<div class="chartTitle">本年生产参数统计图</div> <div class="chartTitle">本年生产参数统计图</div>
<scEcharts <scEcharts
height="400px" height="400px"
width="1600px" width="1035px"
:option="optionMonth" :option="optionMonth"
></scEcharts> ></scEcharts>
</div> </div>
@ -264,9 +264,9 @@ let tooltip = {
triggerOn: "mousemove", triggerOn: "mousemove",
}; };
let grid = { let grid = {
right: "7%", right: "11%",
left: "4%", left: "11%",
top: "15%", top: "20%",
}; };
let toolbox = { let toolbox = {
right: "5%", right: "5%",
@ -302,7 +302,7 @@ let yAxis = [
name: "分布电耗(KW.h)", name: "分布电耗(KW.h)",
position: "left", position: "left",
alignTicks: true, alignTicks: true,
offset: 80, offset: 100,
axisLine: { axisLine: {
show: true, show: true,
lineStyle: { lineStyle: {