Browse Source

折线图虚线变实线

wzl
wangzhonglu 1 year ago
parent
commit
c385015079
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      js/scoreAnalysis/section_2_part.js

+ 1
- 1
js/scoreAnalysis/section_2_part.js View File

@@ -88,7 +88,7 @@ $(function () {
88 88
         splitLine: {
89 89
           //网格线
90 90
           lineStyle: {
91
-            type: "dotted", //设置网格线类型 dotted:虚线   solid:实线
91
+            type: "solid", //设置网格线类型 dotted:虚线   solid:实线
92 92
             color: "#DADADA"
93 93
           },
94 94
           show: true //隐藏或显示

Loading…
Cancel
Save