mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-22 09:10:25 +08:00
修复在手机端无法正常浏览图表的Bug
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user