Explorar el Código

可框选散点折线图BUG修复

Koishi hace 3 años
padre
commit
b6ead53ee5
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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,