Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
0c555ea9
Commit
0c555ea9
authored
Aug 12, 2020
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页环图
parent
2c519d67
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
2 deletions
+44
-2
src/pages/workbench/workPlace.vue
src/pages/workbench/workPlace.vue
+44
-2
No files found.
src/pages/workbench/workPlace.vue
View file @
0c555ea9
...
...
@@ -1678,8 +1678,9 @@ export default {
name
:
""
,
type
:
"
pie
"
,
clockWise
:
false
,
radius
:
[
5
1
,
55
],
radius
:
[
5
2
,
54
],
center
:
[
"
51%
"
,
"
45%
"
],
z
:
5
,
hoverAnimation
:
false
,
itemStyle
:
{
normal
:
{
...
...
@@ -1705,7 +1706,48 @@ export default {
}
},
data
:
data
}
},
{
type
:
'
pie
'
,
z
:
4
,
center
:[
'
51%
'
,
'
45%
'
],
radius
:[
'
43%
'
,
'
63%
'
],
hoverAnimation
:
false
,
avoidLabelOverlap
:
false
,
label
:
{
normal
:
{
show
:
false
},
emphasis
:
{
show
:
false
}
},
labelLine
:
{
normal
:
{
show
:
false
},
emphasis
:
{
show
:
false
}
},
tooltip
:
{
show
:
false
},
itemStyle
:
{
normal
:
{
color
:
'
#f6f7fc
'
}
},
emphasis
:{
show
:
false
,
itemStyle
:{
color
:
'
#f6f7fc
'
}
},
data
:
[{
value
:
1
,
}],
}
];
var
options
=
{
...
...
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