Quellcode durchsuchen

折线图虚线变实线

wzl
wangzhonglu vor 1 Jahr
Ursprung
Commit
c385015079
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      js/scoreAnalysis/section_2_part.js

+ 1
- 1
js/scoreAnalysis/section_2_part.js Datei anzeigen

@@ -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 //隐藏或显示

Laden…
Abbrechen
Speichern