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
641a8948875b81411af807622c3a32dfd90c8850
Authored by
fengtao
2022-12-19 17:19:17 +0800
1 parent
941be01a
feat:首页新增饼状图和调整部分样式
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
src/views/dashboard/workbench/components/PieChartDeviceSub.vue
src/views/dashboard/workbench/components/PieChartDeviceSub.vue
View file @
641a894
...
...
@@ -47,10 +47,8 @@
47
47
left: 'center',
48
48
data: legendDatas,
49
49
},
50
-
color: ['red', '#5470c6', '#91cd77'],
51
50
series: [
52
51
{
53
-
name: 'Access From',
54
52
type: 'pie',
55
53
radius: '60%',
56
54
data: dataSeries,
...
...