#
whycq
2023-08-30 0c4bd0cc8724ae214728b318e4c37c4b1e76377a
#
1个文件已修改
21 ■■■■■ 已修改文件
src/main/webapp/views/monitor/index.html 21 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/monitor/index.html
@@ -186,10 +186,11 @@
        legend: {
            textStyle:{color:'#FFF'},
        },
        grid: {
        grid: { // 图表距离边框的距离,可用百分比和数字(px)配置
            top: '10%',
            left: '3%',
            right: '4%',
            bottom: '3%',
            right: '5%',
            bottom: '0%',
            containLabel: true
        },
        xAxis: {
@@ -232,22 +233,20 @@
    option = {
        legend: {
            icon: 'roundRect',
            data: ['上午出库', '上午入库', '下午出库', '下午入库'],
            textStyle:{color:'#FFF'},
            lineStyle: {
                width: 10,
            },
        },
        grid: { // 图表距离边框的距离,可用百分比和数字(px)配置
            top: '20%',
            left: '3%',
            right: '10%',
            right: '5%',
            bottom: '5%',
            containLabel: true
        },
        xAxis: {
            type: 'category',
            boundaryGap: false,
            axisLine: {
                lineStyle: {
                    color: '#FFF'
@@ -268,24 +267,24 @@
                name: '上午出库',
                type: 'line',
                lineStyle: {
                    width: 0,
                    normal: {
                        width: 4
                    }
                },
                smooth: true,
                stack: 'Total',
                data: [10, 10, 10, 10, 10, 10, 10]
            },
            {
                name: '上午入库',
                type: 'line',
                lineStyle: {
                    width: 0,
                    normal: {
                        width: 4
                    }
                },
                smooth: true,
                stack: 'Total',
                data: [10, 10, 10, 10, 10, 10, 10]
            },
            {
@@ -297,7 +296,6 @@
                    }
                },
                smooth: true,
                stack: 'Total',
                data: [10, 10, 10, 10, 10, 10, 10]
            },
            {
@@ -309,7 +307,6 @@
                    }
                },
                smooth: true,
                stack: 'Total',
                data: [10, 1, 10, 10, 10, 10, 10]
            },
        ]