#
luxiaotao1123
2021-01-14 1e7799500f0e463fec4d0aa1fb34e79913b6a93f
#
1个文件已修改
14 ■■■■ 已修改文件
src/main/webapp/views/monitor/monitor.html 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/monitor/monitor.html
@@ -421,8 +421,8 @@
                name: '走行速度',
                type: 'gauge',
                min: 0,
                max: 130,
                splitNumber: 13,
                max: 160,
                splitNumber: 16,
                radius: '50%',
                axisLine: {            // 坐标轴线
                    lineStyle: {       // 属性lineStyle控制线条样式
@@ -489,9 +489,9 @@
                center: ['25%', '55%'],    // 默认全局居中
                radius: '30%',
                min: 0,
                max: 30,
                endAngle: 30,
                splitNumber: 6,
                max: 40,
                endAngle: 40,
                splitNumber: 5,
                axisLine: {            // 坐标轴线
                    lineStyle: {       // 属性lineStyle控制线条样式
                        color: [[0.32, '#0fe507'], [0.86, '#1e90ff'], [1, '#ff4500']],
@@ -560,9 +560,9 @@
                center: ['75%', '50%'],    // 默认全局居中
                radius: '30%',
                min: 0,
                max: 25,
                max: 50,
                startAngle: 135,
                endAngle: 45,
                endAngle: 50,
                splitNumber: 2,
                axisLine: {            // 坐标轴线
                    lineStyle: {       // 属性lineStyle控制线条样式