소스 검색

可框选散点折线图BUG修复

Koishi 3 년 전
부모
커밋
b6ead53ee5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/components/chart/scatter/current-scatter-chart.vue

+ 2 - 2
src/components/chart/scatter/current-scatter-chart.vue

@@ -152,8 +152,8 @@ export default {
           },
         },
         brush: {
-          xAxisIndex: "all",
-          yAxisIndex: "all",
+          // xAxisIndex: "all",
+          // yAxisIndex: "all",
           transformable: true,
           throttleType: "debounce",
           throttleDelay: 600,