liujintao 2 сар өмнө
parent
commit
bbdd3c5892

+ 2 - 2
src/views/product-manage/comment-detail/component/NegativeLabelChart.vue

@@ -74,12 +74,12 @@ function setOption() {
     series: [
       {
         type: 'wordCloud',
-        width: '90%',
+        width: '95%',
         height: '85%',
         // 词云图的形状
         shape: 'star', // 可以是 'circle', 'cardioid', 'diamond', 'triangle-forward', 'triangle', 'pentagon', 'star'
         // 控制字体大小
-        sizeRange: [ 12, 60 ],
+        sizeRange: [ 12, 30],
         // 文本旋转角度
         rotationRange: [ 0, 0 ],
         rotationStep: 45,