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
c6c9ab8d7422420245ab59d183c224d7e01d6fd8
Authored by
fengtao
2024-07-22 15:40:17 +0800
1 parent
5ef2e07e
perf: 边缘监控,图表新加鼠标移入显示数值
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
src/views/edge/instance/components/EdgeMonitoring/index.vue
src/views/edge/instance/components/EdgeMonitoring/index.vue
View file @
c6c9ab8
...
...
@@ -182,6 +182,12 @@
182
182
fontSize: 12,
183
183
},
184
184
},
185
+
tooltip: {
186
+
trigger: 'axis',
187
+
axisPointer: {
188
+
type: 'cross',
189
+
},
190
+
},
185
191
xAxis: {
186
192
type: 'category',
187
193
data: xAxisData,
...
...