Преглед на файлове

fix 回收书单统计的图表 label 重叠问题

ylong преди 6 месеца
родител
ревизия
3e07766533

+ 1 - 1
.env.development

@@ -1,3 +1,3 @@
 # 开发环境接口地址
-VITE_API_URL=https://bk.shuhi.com
+VITE_API_URL=https://bpi.shuhi.com
 #VITE_API_URL=http://localhost:8080

+ 1 - 1
src/views/recycle/booklistStat/components/recycle-discount-rate.vue

@@ -63,7 +63,7 @@
                 type: 'pie',
                 radius: [50, 100],
                 center: ['50%', '45%'],
-                avoidLabelOverlap: false,
+                avoidLabelOverlap: true,
                 itemStyle: {
                     borderRadius: 4
                 },

+ 1 - 1
src/views/recycle/booklistStat/components/recycle-proportion.vue

@@ -63,7 +63,7 @@
                 type: 'pie',
                 radius: [50, 100],
                 center: ['50%', '45%'],
-                avoidLabelOverlap: false,
+                avoidLabelOverlap: true,
                 itemStyle: {
                     borderRadius: 4
                 },