Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
24e46747db358ced71a9112921e500af6eaf22a1
Authored by
fengtao
2022-08-30 09:48:02 +0800
1 parent
5325b3d1
pref:优化:图表显示在中间,CO趋势图标签正上方
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
src/views/report/export/ReportPreviewModal.vue
src/views/report/export/ReportPreviewModal.vue
View file @
24e4674
...
...
@@ -108,8 +108,7 @@
108
108
let myOption = {
109
109
title: {
110
110
text: `${item.attr}趋势图`,
111
-
subtext: `${item.attr}`,
112
-
left: 'left',
111
+
left: 'center',
113
112
},
114
113
tooltip: {
115
114
trigger: 'axis',
...
...