Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
K
kwell-mes
Project
Project
Details
Activity
Releases
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
gavelinfo
kwell-mes
Commits
68c26e11
Commit
68c26e11
authored
Mar 22, 2022
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
大屏修改
parent
afd703c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
echarts.js
gavel/src/main/resources/static/js/dashboard/echarts.js
+3
-1
first.html
.../main/resources/templates/views/kmes/dashboard/first.html
+1
-1
No files found.
gavel/src/main/resources/static/js/dashboard/echarts.js
View file @
68c26e11
...
...
@@ -2022,7 +2022,7 @@ function setTimeProductionEchart(chart,apidata) {
type
:
'category'
,
data
:
dateList
,
axisLabel
:
{
interval
:
1
,
interval
:
0
,
tooltip
:
{
show
:
true
,
},
...
...
@@ -2064,6 +2064,8 @@ function setTimeProductionEchart(chart,apidata) {
},
yAxis
:
[{
type
:
'value'
,
min
:
0.0
,
max
:
50.0
,
splitLine
:
{
show
:
false
,
lineStyle
:
{
...
...
gavel/src/main/resources/templates/views/kmes/dashboard/first.html
View file @
68c26e11
...
...
@@ -295,7 +295,7 @@
</div>
<div
class=
"right-bottom rightTop border"
style=
"height: 6.8rem;"
>
<div
class=
"title"
>
工艺流程图
</div>
<div
class=
"chat"
>
<div
class=
"chat"
style=
"height: calc(100% - 0.4rem);"
>
<canvas
id=
"gylct"
style=
"width: 100%;height: 100%"
></canvas>
</div>
</div>
...
...
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