Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dwsproject
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dws
dwsproject
Commits
9d819237
Commit
9d819237
authored
Jul 28, 2025
by
延飞 李
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OEE 时间使用率分析饼状图百分比显示优化
parent
5d8b76d7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
2 deletions
+16
-2
qdry_project/static/src/view/oee_analysis.html
+16
-2
No files found.
qdry_project/static/src/view/oee_analysis.html
View file @
9d819237
...
...
@@ -769,11 +769,18 @@
type
:
"pie"
,
radius
:
[
"40%"
,
"70%"
],
avoidLabelOverlap
:
true
,
label
:
{
show
:
true
,
position
:
"outside"
,
formatter
:
"{b}({d}%)"
,
color
:
"#fff"
,
fontSize
:
12
,
},
emphasis
:
{
label
:
{
show
:
true
,
position
:
"outside"
,
formatter
:
"{
d}%
"
,
formatter
:
"{
b}({d}%)
"
,
color
:
"#fff"
,
fontSize
:
12
,
},
...
...
@@ -965,11 +972,18 @@
type
:
"pie"
,
avoidLabelOverlap
:
true
,
// 自动调整标签避免重叠
radius
:
[
"40%"
,
"70%"
],
label
:
{
show
:
true
,
position
:
"outside"
,
formatter
:
"{b}({d}%)"
,
color
:
"#fff"
,
fontSize
:
12
,
},
emphasis
:
{
label
:
{
show
:
true
,
position
:
"outside"
,
formatter
:
"{
d}%
"
,
formatter
:
"{
b}({d}%)
"
,
color
:
"#fff"
,
fontSize
:
12
,
},
...
...
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