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
3033f611
Commit
3033f611
authored
Mar 25, 2022
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
防止接口错误未渲染
parent
8d495143
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
echarts.js
gavel/src/main/resources/static/js/dashboard/echarts.js
+11
-2
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 @
3033f611
...
...
@@ -2008,12 +2008,17 @@ function oaechart(chart) {
itemStyle
:
{
normal
:
{
label
:
{
textStyle
:
{
fontSize
:
10
},
show
:
true
,
// formatter: '{b} : {c} ({d}%)'
formatter
:
'{b}:({d}%)'
},
labelLine
:
{
show
:
true
show
:
true
,
}
}
},
...
...
@@ -2062,7 +2067,11 @@ function setproduceEchart(chart,apidata) {
},
axisLabel
:
{
show
:
true
,
color
:
'white'
color
:
'white'
,
textStyle
:
{
// color: '#000',
fontSize
:
'10'
,
}
}
},
...
...
gavel/src/main/resources/templates/views/kmes/dashboard/first.html
View file @
3033f611
...
...
@@ -351,7 +351,7 @@
var
chartTzzp
=
echarts
.
init
(
document
.
getElementById
(
"chartzzp"
));
setproduceEchart
(
chartTzzp
)
/* 在制品状态 */
oaechart
(
myChartSdcl
);
/*oa*/
set
DailyData
Echart
(
chartRpcdcsj
);
/*日排产达成数据*/
set
RclHgl
Echart
(
chartRpcdcsj
);
/*日排产达成数据*/
// setHglEchart(chartHgl);/*合格率*/
setPieDailyChart
(
chartRjh
,
80
);
/*日计划*/
setPieDailyChart
(
chartYjh
,
80
);
...
...
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