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
Email Patches
Plain Diff
Browse Files
Authored by
鲁尚清
3 years ago
Commit
81557541c3da3cdba80884b995190ee1a5cf1b37
1 parent
fc402d73
趋势图悬浮提示增加默认单位为%
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
report-ui/src/views/report/bigscreen/designer/widget/monitor/customLineTrend.vue
report-ui/src/views/report/bigscreen/designer/widget/monitor/customLineTrend.vue
View file @
8155754
...
...
@@ -375,10 +375,10 @@ export default {
arrColor.push(customColor[i].color);
}
let xAxisList = [];
let unit='';
let unit='
%
';
if(data && data.length>0){
xAxisList=data.map(function (item) {
unit=item.unit?item.unit:'';
unit=item.unit?item.unit:'
%
';
return item.date;
})
}else {
...
...
Please
register
or
login
to post a comment