فهرست منبع

3368 网络图缩放优化

tyler 2 سال پیش
والد
کامیت
d6e8b6c91f
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      src/components/TreeChart/index.vue

+ 0 - 1
src/components/TreeChart/index.vue

@@ -376,7 +376,6 @@ export default {
           currentOption.series[0].label.width = 130 * zoom;
           currentOption.series[0].label.distance = 18 * zoom;
           currentOption.series[0].leaves.distance = 18 * zoom;
-          currentOption.center = this.centerLoca;
           
           option && myChart.setOption(currentOption);
         }