Explorar el Código

feat: :sparkles: 曲线图滑块支持

chaooo hace 2 años
padre
commit
f87772c396
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      src/components/Charts/CurveLineChart.vue

+ 5 - 0
src/components/Charts/CurveLineChart.vue

@@ -64,6 +64,11 @@ const options = {
     top: "6%",
     right: "0",
   },
+  // dataZoom: [{
+  //   type: "slider",
+  //   end: 30,
+  //   show: true,
+  // }],
   color: ["#FAB615", "#40FF31", "#D4327A"],
   series: [
     {