Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hg-smart
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
platform
hg-smart
Commits
1a925e7f
Commit
1a925e7f
authored
Nov 21, 2024
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
驾驶舱细节优化
parent
0b53e264
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
HGBI003.jsp
src/main/webapp/HG/BI/HGBI003.jsp
+4
-4
No files found.
src/main/webapp/HG/BI/HGBI003.jsp
View file @
1a925e7f
...
@@ -433,7 +433,7 @@
...
@@ -433,7 +433,7 @@
option
:
{
option
:
{
title
:
{
title
:
{
left
:
'left'
,
left
:
'left'
,
text
:
'设备作业时长/
分钟
'
,
text
:
'设备作业时长/
小时
'
,
textStyle
:
{
textStyle
:
{
color
:
'#ffffff'
// 设置标题字体颜色为白色
color
:
'#ffffff'
// 设置标题字体颜色为白色
}
}
...
@@ -465,7 +465,7 @@
...
@@ -465,7 +465,7 @@
},
},
series
:
[
series
:
[
{
{
data
:
yData
,
data
:
yData
.
map
(
item
=>
(
item
/
60
).
toFixed
(
2
))
,
type
:
'line'
,
type
:
'line'
,
smooth
:
true
,
smooth
:
true
,
itemStyle
:
{
itemStyle
:
{
...
@@ -512,7 +512,7 @@
...
@@ -512,7 +512,7 @@
option
:
{
option
:
{
title
:
{
title
:
{
left
:
'left'
,
left
:
'left'
,
text
:
'设备
故障时长/分钟
'
,
text
:
'设备
暂停时长/小时
'
,
textStyle
:
{
textStyle
:
{
color
:
'#ffffff'
// 设置标题字体颜色为白色
color
:
'#ffffff'
// 设置标题字体颜色为白色
}
}
...
@@ -544,7 +544,7 @@
...
@@ -544,7 +544,7 @@
},
},
series
:
[
series
:
[
{
{
data
:
yData
,
data
:
yData
.
map
(
item
=>
(
item
/
60
).
toFixed
(
2
))
,
type
:
'line'
,
type
:
'line'
,
smooth
:
true
,
smooth
:
true
,
itemStyle
:
{
itemStyle
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment