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
941be01a05132f9242bed07757677ce040015d6d
Authored by
fengtao
2022-12-19 17:18:22 +0800
1 parent
75953b98
feat:首页新增饼状图和调整部分样式
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/views/dashboard/workbench/components/PieChartDeviceSub.vue
src/views/dashboard/workbench/components/PieChartDeviceSub.vue
View file @
941be01
...
...
@@ -42,6 +42,8 @@
42
42
},
43
43
legend: {
44
44
bottom: 0,
45
+
width: 500,
46
+
height: 200,
45
47
left: 'center',
46
48
data: legendDatas,
47
49
},
...
...