This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liumin
/
zkPCproject
Watch
0
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
解决echarts legend过多挤压一起的问题
newStyle
douzhuo
2 years ago
parent
74ed146f35
commit
9eb1778144
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/views/Statistics/index.vue
+ 2
- 1
src/views/Statistics/index.vue
View File
@@ -501,8 +501,9 @@ export default {
name: "",
type: "pie",
radius: ["48%", "70%"],
avoidLabelOverlap:
fals
e,
avoidLabelOverlap:
tru
e,
data: objoptlis,
},
],
};
Write
Preview
Loading…
Cancel
Save