Browse Source

面积图x轴全显示

gangyj 2 năm trước cách đây
mục cha
commit
418b9be2fa
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      src/views/wel/index.vue

+ 6 - 0
src/views/wel/index.vue

@@ -351,6 +351,12 @@ export default {
         autoFit:true,
         scrollbar: {
           type: 'vertical'
+        },
+        xAxis:{
+          label:{
+            autoRotate:true,
+            autoHide:false,
+          }
         }
       });
       line.render();