|
@@ -1053,7 +1053,7 @@
|
|
|
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].end = computedPosition(show_yisf_option_data.yearmonth.length);
|
|
|
yisf_option.xAxis[0].data = show_yisf_option_data.yearmonth;
|