src/main/webapp/views/monitor/monitor.html
@@ -753,9 +753,9 @@ // }, itemStyle:{ normal:{ color:'#0cbad9', //折点颜色 color:'#ef550e', //折点颜色 lineStyle:{ color:'#07a093' //折线颜色 color:'#ec670f' //折线颜色 } } } @@ -880,5 +880,13 @@ }); } // eCharts 跟随窗口改变 window.onresize = function(){ crnChart.resize(); lineCharts.resize(); pieCharts.resize(); } </script> </html>