Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
anji-plus-report
·
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
Plain Diff
Browse Files
Authored by
wangtao
2022-05-26 18:20:24 +0800
Commit
2830c83050bb6dec2e8a378a19a162caa8dd99c3
2 parents
1a81a385
b58dad6f
Merge branch 'master-500-dev' of
http://113.200.75.45:82/monitor_v3/anji-plus-re…
…port into master-500-dev
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
report-ui/src/mixins/queryform.js
report-ui/src/views/report/bigscreen/designer/tools/echartsConfigJson/monitorConfigJson/monitor-custom-bar-line-chart.js
report-ui/src/views/report/bigscreen/designer/widget/monitor/customBarLineChart.vue
report-ui/src/mixins/queryform.js
View file @
2830c83
...
...
@@ -212,7 +212,7 @@ export default {
if
(
seriesCapacityData
.
length
>
0
){
series
.
push
({
type
:
'
line
'
,
type
:
'
bar
'
,
name
:
'容量'
,
data
:
seriesCapacityData
})
...
...
report-ui/src/views/report/bigscreen/designer/tools/echartsConfigJson/monitorConfigJson/monitor-custom-bar-line-chart.js
View file @
2830c83
...
...
@@ -724,7 +724,7 @@ export const monitorCustomBarLineChart = {
label
:
''
,
name
:
'customColor'
,
required
:
false
,
value
:
[{
color
:
'#
3b91ff'
},
{
color
:
'#2c2f90
'
},
{
color
:
'#ff1111'
}],
value
:
[{
color
:
'#
FF795D'
},
{
color
:
'#24AAFF
'
},
{
color
:
'#ff1111'
}],
},
],
},
...
...
report-ui/src/views/report/bigscreen/designer/widget/monitor/customBarLineChart.vue
View file @
2830c83
...
...
@@ -89,7 +89,7 @@ export default {
},
{
name: "",
type: "
line
",
type: "
bar
",
yAxisIndex: 1,
data: [],
itemStyle: {}
...
...
@@ -621,6 +621,7 @@ export default {
barBorderRadius: null
}
item.barMinHeight=2;
item.stack='total';
//切换页面后bar的宽度改变
item.barWidth = this.optionsSetup.maxWidth;
}else if(item.type=='line'){
...
...
Please
register
or
login
to post a comment