#
luxiaotao1123
2020-11-19 473b77cf9437839a5e31fdbcd8dda992aa078b99
src/main/webapp/views/monitor/monitor.html
@@ -458,7 +458,7 @@
                        color: '#fff'
                    }
                },
                data: [{value: 40, name: 'm/min\nx'}]
                data: [{value: 40, name: 'x\nm/min'}]
            },
            {
                name: '升降速度',
@@ -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>