fix:托克逊生产报告图表坐标轴调整

This commit is contained in:
shijing 2024-12-27 13:58:25 +08:00
parent bd414e41ad
commit dc42c40973
5 changed files with 17 additions and 17 deletions

View File

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

View File

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

View File

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

View File

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

View File

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