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

This commit is contained in:
刘祥超
2021-07-22 10:45:36 +08:00
parent c954910728
commit dd6050ee0b
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) {