浏览代码

折线图更改样式

zy 1 年之前
父节点
当前提交
0c753c297f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      neim-ui/src/views/windResources/windCondition/index.vue

+ 2 - 2
neim-ui/src/views/windResources/windCondition/index.vue

@@ -348,9 +348,9 @@ export default {
         series: [{
           name: "风速",
           type: "line",
-          symbol: "none",
+          // symbol: "none",
           color: ["#9fc777"],
-          smooth: true,
+          // smooth: true,
           data: ws
         },
           {