Forráskód Böngészése

可框选散点折线图BUG修复

Koishi 3 éve
szülő
commit
b6ead53ee5

+ 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,