From 473b77cf9437839a5e31fdbcd8dda992aa078b99 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期四, 19 十一月 2020 17:01:50 +0800 Subject: [PATCH] # --- src/main/webapp/views/monitor/monitor.html | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/views/monitor/monitor.html b/src/main/webapp/views/monitor/monitor.html index 42f3ef2..82ee207 100644 --- a/src/main/webapp/views/monitor/monitor.html +++ b/src/main/webapp/views/monitor/monitor.html @@ -880,5 +880,13 @@ }); } + // eCharts 璺熼殢绐楀彛鏀瑰彉 + window.onresize = function(){ + crnChart.resize(); + lineCharts.resize(); + pieCharts.resize(); + } + + </script> </html> -- Gitblit v1.9.1