Browse Source

图表显示bug

ellisran 1 year ago
parent
commit
b7ebba50ee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/view/datacollect/index4GY18Y.ejs

+ 1 - 1
app/view/datacollect/index4GY18Y.ejs

@@ -1053,7 +1053,7 @@
                     show_yisf_option_data.ys_tp.push(c4.ys_tp);
                     show_yisf_option_data.ys_tp.push(c4.ys_tp);
                 }
                 }
             }
             }
-            const yisf_option = yingsfChart.getOption();
+            const yisf_option = yisfChart.getOption();
             yisf_option.dataZoom[0].start = 0;
             yisf_option.dataZoom[0].start = 0;
             yisf_option.dataZoom[0].end = computedPosition(show_yisf_option_data.yearmonth.length);
             yisf_option.dataZoom[0].end = computedPosition(show_yisf_option_data.yearmonth.length);
             yisf_option.xAxis[0].data = show_yisf_option_data.yearmonth;
             yisf_option.xAxis[0].data = show_yisf_option_data.yearmonth;