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