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
张凯
4 years ago
Commit
c89500eab2b7b3197852cd37be06b7eef802d0af
1 parent
ea1ca028
杭州-大屏及税务局大屏月业务量折线图插件调整
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
26 deletions
hg-monitor-web-zj/src/main/resources/application.yml
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/zjdaping/components/declareLine/index.js
hg-monitor-web-zj/src/main/resources/application.yml
View file @
c89500e
...
...
@@ -19,13 +19,13 @@ url:
tingyun
:
http://127.0.0.1:8088
bigScreen
:
http://127.0.0.1:8081
# 一体化视图
ythView
:
http://1
92.168.0.69:1
8089
ythView
:
http://1
27.0.0.1:
8089
# cmdb
cmdbWeb
:
http://192.168.0.68:80
# 业务健康度
ywHealth
:
http://80.12.92.117:83
#流程系统路径,当ssl.enabled=true时,http要改为https,并修改流程nginx的conf文件
workflow
:
http://1
92.168.0.248
:8002
workflow
:
http://1
27.0.0.1
:8002
# 积木报表工具
jimuReport
:
http://192.168.0.41:8085
config
:
...
...
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/zjdaping/components/declareLine/index.js
View file @
c89500e
...
...
@@ -46,11 +46,11 @@ export default {
let
yAxisData
=
[];
$
.
each
(
declareLineData
,
function
(
i
,
v
){
let
index
=
0
;
if
(
i
==
2
){
index
=
1
;
}
else
{
index
=
0
;
}
// if(i==2){
// index=1;
// }else{
// index=0;
// }
ySeriesCommon
.
push
({
name
:
v
.
name
,
type
:
'line'
,
...
...
@@ -92,10 +92,10 @@ export default {
let
data1
=
proxy
.
yAxisData
[
0
];
let
data2
=
proxy
.
yAxisData
[
1
];
let
data3
=
proxy
.
yAxisData
[
2
];
let
min1
=
proxy
.
calMin
([
data1
,
data2
]);
let
max1
=
proxy
.
calMax
([
data1
,
data2
]);
let
min2
=
proxy
.
calMin
([
data3
,
data3
]);
let
max2
=
proxy
.
calMax
([
data3
,
data3
]);
let
min1
=
proxy
.
calMin
([
data1
,
data2
,
data3
]);
let
max1
=
proxy
.
calMax
([
data1
,
data2
,
data3
]);
// let min2=proxy.calMin([data3,data3]);
// let max2=proxy.calMax([data3,data3]);
proxy
.
optionData
=
{
title
:
{
...
...
@@ -165,22 +165,23 @@ export default {
min
:
min1
,
max
:
max1
,
interval
:(
max1
-
min1
)
/
5
},
{
type
:
'value'
,
splitLine
:{
lineStyle
:
{
color
:
'#0a1b31'
}
},
axisLabel
:{
color
:
'#ffffff'
,
},
splitNumber
:
5
,
min
:
min2
,
max
:
max2
,
interval
:(
max2
-
min2
)
/
5
}
// ,
// {
// type: 'value',
// splitLine:{
// lineStyle: {
// color:'#0a1b31'
// }
// },
// axisLabel:{
// color:'#ffffff',
// },
// splitNumber:5,
// min:min2,
// max:max2,
// interval:(max2-min2)/5
// }
],
series
:
proxy
.
ySeriesCommon
,
itemStyle
:{
...
...
Please
register
or
login
to post a comment