Commit 5fb88dcf authored by 纪泽龙's avatar 纪泽龙

Merge branch 'jzl'

parents 0e3b550c e3e57dce
......@@ -2,7 +2,7 @@
* @Author: 纪泽龙 jizelong@qq.com
* @Date: 2022-09-06 13:42:45
* @LastEditors: 纪泽龙 jizelong@qq.com
* @LastEditTime: 2022-09-09 10:38:00
* @LastEditTime: 2022-10-07 17:39:34
* @FilePath: /danger-manage-web/src/views/indexComponents/leftComponents/deviceYx.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
......@@ -49,7 +49,7 @@ export default {
show: false,
},
min: 0,
max: 180,
max: 50,
// 文字样式
axisLabel: {
show: true,
......@@ -60,12 +60,12 @@ export default {
{
type: "category",
data: [
"气体报警器",
"摄像头",
"用电探测器",
"工业探测器",
"压力探测器",
"温度探测器",
],
"液位探测器",
"温度变送器",
"视频监控",
].reverse(),
// 轴线样式
axisLine: {
show: false,
......@@ -130,7 +130,8 @@ export default {
barWidth: 15,
name: "X",
type: "bar",
data: [70, 108, 65, 93, 105].reverse(),
data: [20, 7, 7, 7, 9].reverse(),
// data: [20, 7, 7, 7, 9],
// 柱形样式
itemStyle: {
color: "rgba(45, 207, 255, 1)",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment