feat:管仲远程视频监控管理项目 首页

This commit is contained in:
xuyoubin 2023-12-13 14:38:12 +08:00
parent ab5b4fddad
commit 758ab0fac0

View File

@ -289,17 +289,55 @@ export default {
"chart3", "chart3",
generateBaseOptions({ generateBaseOptions({
xAxis: { xAxis: {
name:'地点', data: [
show:true, "工地大门",
position:'bottom', "18号楼施工区",
data: ['工地大门','18号楼施工区','15号楼施工区','健身规划区','车库','水电井'], "15号楼施工区",
"健身规划区",
"车库",
"水电井",
],
axisLine: {
show: true,
},
axisTick: {
alignWithLabel: true,
},
axisLabel: {
interval: 0, //
},
},
color: [
"#61a4e7",
"#7ece51",
"#edca5f",
"#9470e4",
"#edca5f",
"#e2925d",
],
yAxis: {
type: "value",
axisLine: {
show: true,
},
splitLine: {
//线
show: true, //
lineStyle: {
//线
color: "#0735a2", //线
width: 1, //线
type: "dashed", //线
},
}, },
yAxis:{
type:'value'
}, },
color: ["#a27f53", "#1a3062", "#124a55"],
series: [ series: [
{
data: [5, 6, 3, 3, 8, 2],
type: "bar",
barWidth: 40,
colorBy: "data",
},
], ],
}) })
); );