Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
鲁尚清
3 years ago
Commit
a8546223a50e1d69c0ef1c636f349c1af9cdecbe
1 parent
c5799ed8
业务性能指标图例颜色更改
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
17 deletions
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/dp/components/availability/index.js
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/zjdaping/components/navTabs/index.js
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/zjdaping/components/performance/index.js
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/dp/components/availability/index.js
View file @
a854622
...
...
@@ -41,17 +41,17 @@ export default {
// 半透明的颜色值
const
colorArr1
=
[
'rgba(151,213,244, 0.8)'
,
'rgba(239,224,167, 0.8)'
,
'rgba(44, 110, 255, 0.8)'
,
'rgba(151,170,255, 0.8)'
'rgba(255,0,255, 0.8)'
,
'rgba(23,212,152, 0.8)'
,
'rgba(253,152,58, 0.8)'
,
'rgba(255,113,66, 0.8)'
]
// 全透明的颜色值
const
colorArr2
=
[
'rgba(151,213,244, 0)'
,
'rgba(239,224,167, 0)'
,
'rgba(44, 110, 255, 0)'
,
'rgba(151,170,255, 0)'
'rgba(255,0,255, 0)'
,
'rgba(23,212,152, 0)'
,
'rgba(253,152,58, 0)'
,
'rgba(255,113,66, 0)'
]
// 挂载完
Vue
.
onMounted
(()
=>
{
...
...
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/zjdaping/components/navTabs/index.js
View file @
a854622
...
...
@@ -19,7 +19,6 @@ export default {
timer
:
null
,
domainName
:
sessionStorage
.
getItem
(
'domainName'
),
apiUrl
:
'/api-web/sxview/getbizListByUser?access_token='
,
apiUrl1
:
'/api-web/sxview/getHealthDegree?busId=53bebbd79f384f619513b50666ea1d48&kpiId=KPIFB844B8B'
,
checkId
:
0
,
//当前选中的tabs
listItem
:
1
,
//轮播数-总页数
pageSize
:
5
,
//每页显示5条数据
...
...
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/zjdaping/components/performance/index.js
View file @
a854622
...
...
@@ -46,17 +46,17 @@ export default {
});
// 半透明的颜色值
const
colorArr1
=
[
'rgba(151,213,244, 0.8)'
,
'rgba(239,224,167, 0.8)'
,
'rgba(44, 110, 255, 0.8)'
,
'rgba(151,170,255, 0.8)'
'rgba(255,0,255, 0.8)'
,
'rgba(23,212,152, 0.8)'
,
'rgba(253,152,58, 0.8)'
,
'rgba(255,113,66, 0.8)'
]
// 全透明的颜色值
const
colorArr2
=
[
'rgba(151,213,244, 0)'
,
'rgba(239,224,167, 0)'
,
'rgba(44, 110, 255, 0)'
,
'rgba(151,170,255, 0)'
'rgba(255,0,255, 0)'
,
'rgba(23,212,152, 0)'
,
'rgba(253,152,58, 0)'
,
'rgba(255,113,66238,0, 0)'
]
...
...
Please
register
or
login
to post a comment