This commit is contained in:
lb
2024-01-04 16:58:43 +08:00
parent e1e73b341d
commit 9d3c877628
4 changed files with 5 additions and 5 deletions

View File

@@ -163,7 +163,7 @@ function getOptions(period, trend) {
},
},
series: {
data: trend[period].map(item => item.toFixed(3)),
data: trend[period].map(item => item != null && (+item).toFixed(2)),
type: "line",
symbol: "circle",
symbolSize: 6,