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
bf6121ed
Commit
bf6121ed
authored
Aug 27, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
服务管控页面
parent
62416662
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
21 additions
and
17 deletions
+21
-17
src/components/e-charts/doubleLine.vue
src/components/e-charts/doubleLine.vue
+5
-4
src/components/e-charts/gkmultiple_circle.vue
src/components/e-charts/gkmultiple_circle.vue
+2
-2
src/components/e-charts/line_chart.vue
src/components/e-charts/line_chart.vue
+1
-1
src/pages/data-analysis/org-control.vue
src/pages/data-analysis/org-control.vue
+8
-5
src/pages/data-analysis/super-control.vue
src/pages/data-analysis/super-control.vue
+5
-5
No files found.
src/components/e-charts/doubleLine.vue
View file @
bf6121ed
...
...
@@ -82,13 +82,14 @@ export default {
itemWidth
:
10
,
itemHeight
:
10
,
orient
:
"
horizontal
"
,
backgroundColor
:
"
#f4f7fc
"
//
backgroundColor: "#f4f7fc"
},
color
:
self
.
colors
,
grid
:
{
left
:
"
1%
"
,
right
:
"
4%
"
,
bottom
:
"
3%
"
,
top
:
35
,
left
:
10
,
right
:
30
,
bottom
:
0
,
containLabel
:
true
},
xAxis
:
[
...
...
src/components/e-charts/gkmultiple_circle.vue
View file @
bf6121ed
...
...
@@ -114,7 +114,7 @@ export default {
type
:
"
pie
"
,
clockWise
:
false
,
radius
:
[
65
,
70
],
center
:
[
"
50%
"
,
"
50
%
"
],
center
:
[
"
50%
"
,
"
48
%
"
],
hoverAnimation
:
false
,
itemStyle
:
{
normal
:
{
...
...
@@ -157,7 +157,7 @@ export default {
show
:
false
},
legend
:
{
bottom
:
-
5
,
bottom
:
0
,
left
:
"
center
"
,
itemWidth
:
10
,
itemHeight
:
10
,
...
...
src/components/e-charts/line_chart.vue
View file @
bf6121ed
...
...
@@ -143,7 +143,7 @@ export default {
color
:
this
.
zzfw
?
color2
:
color
,
legend
:
{
show
:
yarr
.
length
>=
2
,
//是否显示图例
right
:
"
center
"
,
//
right: "center",
bottom
:
0
,
itemWidth
:
10
,
itemHeight
:
10
,
...
...
src/pages/data-analysis/org-control.vue
View file @
bf6121ed
...
...
@@ -62,14 +62,14 @@
:data=
"mult_data_state"
:show_center_data=
"false"
:bar_width=
"10"
style=
"height:200px;
margin-top:0
"
style=
"height:200px;
margin-top:0;
"
></gkmultiple-circle>
</el-col>
<el-col
:span=
"12"
>
<line-chart
:data=
"line_data"
:zzfw=
"true"
style=
"height:200px;
width:400px
"
style=
"height:200px;"
:showShadow=
"false"
></line-chart>
</el-col>
...
...
@@ -82,7 +82,10 @@
:show_header=
"true"
title=
"应用构建数量排名"
>
<doubleLine
:data=
"doubleData"
></doubleLine>
<doubleLine
:data=
"doubleData"
style=
"margin-top: -20px;"
></doubleLine>
</block-radius>
</el-col>
</el-row>
...
...
@@ -253,11 +256,11 @@ export default {
],
seriesData
:
[
{
name
:
"
服务数量
"
,
name
:
"
含敏感字段的服务
"
,
data
:
[
300
,
400
,
350
,
280
,
480
,
520
,
500
,
460
],
},
{
name
:
"
应用数量
"
,
name
:
"
不含敏感字段的服务
"
,
data
:
[
300
,
350
,
400
,
280
,
320
,
450
,
400
,
350
],
},
],
...
...
src/pages/data-analysis/super-control.vue
View file @
bf6121ed
...
...
@@ -62,14 +62,14 @@
:data=
"mult_data_state"
:show_center_data=
"false"
:bar_width=
"10"
style=
"height:200px;
margin-top:0
"
style=
"height:200px;
margin-top:0;
"
></gkmultiple-circle>
</el-col>
<el-col
:span=
"12"
>
<line-chart
:data=
"line_data"
:zzfw=
"true"
style=
"height:200px;
width:400px
"
style=
"height:200px;"
:showShadow=
"false"
></line-chart>
</el-col>
...
...
@@ -82,7 +82,7 @@
:show_header=
"true"
title=
"应用构建数量排名"
>
<doubleLine
:data=
"doubleData"
></doubleLine>
<doubleLine
:data=
"doubleData"
style=
"margin-top: -20px;"
></doubleLine>
</block-radius>
</el-col>
</el-row>
...
...
@@ -253,11 +253,11 @@ export default {
],
seriesData
:
[
{
name
:
"
服务数量
"
,
name
:
"
含敏感字段的服务
"
,
data
:
[
300
,
400
,
350
,
280
,
480
,
520
,
500
,
460
],
},
{
name
:
"
应用数量
"
,
name
:
"
不含敏感字段的服务
"
,
data
:
[
300
,
350
,
400
,
280
,
320
,
450
,
400
,
350
],
},
],
...
...
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