修复在手机端无法正常浏览图表的Bug

This commit is contained in:
GoEdgeLab
2021-07-22 10:45:36 +08:00
parent e0a2b7ded0
commit 2f05f0423a
2 changed files with 21 additions and 2 deletions

View File

@@ -58,7 +58,6 @@ Tea.context(function () {
})
let chartBox = document.getElementById(chartId)
let chart = teaweb.initChart(chartBox)
let that = this
let option = {
xAxis: {
data: stats.map(function (v) {