فهرست منبع

fix: 修改双折线渐变图编辑问题

奔跑的面条 3 سال پیش
والد
کامیت
abfcbe27de
1فایلهای تغییر یافته به همراه2 افزوده شده و 3 حذف شده
  1. 2 3
      src/packages/components/Charts/Lines/LineGradients/config.ts

+ 2 - 3
src/packages/components/Charts/Lines/LineGradients/config.ts

@@ -53,9 +53,8 @@ const option = {
       type: 'line',
       smooth: false,
       lineStyle: {
-        normal: {
-          width: 3
-        }
+        width: 3,
+        type: 'solid'
       },
       areaStyle: {
         opacity: 0.8,