优化代码

This commit is contained in:
GoEdgeLab
2022-08-20 20:31:00 +08:00
parent 3962b7214a
commit 317e5e4689

View File

@@ -561,6 +561,7 @@ window.teaweb = {
let chartBox = document.getElementById(chartId)
if (chartBox == null) {
console.error("chart id '" + chartId + "' not found")
return
}
let chart = this.initChart(chartBox)