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
cadee86a
Commit
cadee86a
authored
Jul 16, 2020
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
图表数据
parent
978ac116
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
18 deletions
+20
-18
src/components/e-charts/multiple_circle.vue
src/components/e-charts/multiple_circle.vue
+1
-1
src/pages/data-analysis/my-application.vue
src/pages/data-analysis/my-application.vue
+13
-7
src/pages/data-analysis/my-service.vue
src/pages/data-analysis/my-service.vue
+6
-10
No files found.
src/components/e-charts/multiple_circle.vue
View file @
cadee86a
...
...
@@ -50,7 +50,7 @@ export default {
},
};
var
data
=
[];
var
total
=
4
;
var
total
=
0
;
var
color
=
[
"
#515fe7
"
,
"
#36a5ec
"
,
"
#da9f2a
"
,
"
#23b2a7
"
,
"
#d46002
"
];
var
legendarr
=
[];
var
temp2_data
=
0
;
...
...
src/pages/data-analysis/my-application.vue
View file @
cadee86a
...
...
@@ -253,9 +253,9 @@ export default {
week_chain
:
-
14.2
},
mult_data
:
[
{
name
:
"
基础工具
"
,
value
:
40
},
{
name
:
"
通用应用
"
,
value
:
0
},
{
name
:
"
业务应用
"
,
value
:
2
}
{
name
:
"
基础工具
"
,
value
:
2
},
{
name
:
"
通用应用
"
,
value
:
1
},
{
name
:
"
业务应用
"
,
value
:
1
}
],
text
:
"
应用总数
"
,
spIndicatorStyles1
:
false
,
...
...
@@ -301,20 +301,26 @@ export default {
"
01-05
"
,
"
01-06
"
,
"
01-07
"
,
"
01-08
"
"
01-08
"
,
"
01-09
"
,
"
01-10
"
,
"
01-11
"
,
"
01-12
"
,
"
01-13
"
,
"
01-14
"
,
],
data
:
[
{
name
:
"
开发者应用
"
,
arr
:
[
100
,
120
,
130
,
150
,
160
,
120
,
110
,
100
]
arr
:
[
4
,
3
,
2
,
1
,
0
,
0
,
2
,
3
,
2
,
4
,
0
,
3
,
2
,
1
]
},
{
name
:
"
平台应用
"
,
arr
:
[
120
,
130
,
140
,
130
,
140
,
120
,
100
,
90
]
arr
:
[
0
,
2
,
3
,
4
,
6
,
3
,
2
,
1
,
2
,
5
,
3
,
0
,
3
,
1
]
},
{
name
:
"
未上架
"
,
arr
:
[
80
,
90
,
100
,
110
,
100
,
70
,
80
,
90
]
arr
:
[
2
,
3
,
0
,
1
,
0
,
0
,
2
,
1
,
1
,
2
,
2
,
3
,
3
,
2
]
}
]
},
...
...
src/pages/data-analysis/my-service.vue
View file @
cadee86a
...
...
@@ -240,8 +240,8 @@ export default {
},
data
:
()
=>
({
mult_data
:
[
{
name
:
"
基础工具
"
,
value
:
4
0
},
{
name
:
"
通用应用
"
,
value
:
0
},
{
name
:
"
基础工具
"
,
value
:
4
},
{
name
:
"
通用应用
"
,
value
:
2
},
{
name
:
"
业务应用
"
,
value
:
2
}
],
spIndicatorStyles1
:
false
,
...
...
@@ -303,16 +303,12 @@ export default {
],
data
:
[
{
name
:
"
开发者应用
"
,
arr
:
[
10
,
12
,
13
,
15
,
16
,
12
,
11
,
10
,
15
,
16
,
19
,
20
,
22
,
15
,
18
]
name
:
"
上架中
"
,
arr
:
[
5
,
6
,
7
,
8
,
5
,
6
,
7
,
5
,
6
,
8
,
5
,
3
,
2
,
4
]
},
{
name
:
"
平台应用
"
,
arr
:
[
12
,
13
,
14
,
13
,
14
,
12
,
10
,
9
,
11
,
10
,
9
,
12
,
13
,
10
,
9
]
},
{
name
:
"
未上架
"
,
arr
:
[
8
,
9
,
10
,
11
,
10
,
7
,
8
,
9
,
7
,
6
,
5
,
8
,
6
,
7
,
5
]
name
:
"
已下架
"
,
arr
:
[
6
,
5
,
7
,
6
,
7
,
6
,
4
,
3
,
5
,
7
,
8
,
6
,
7
,
4
]
}
]
},
...
...
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