no message

This commit is contained in:
2025-12-24 14:21:54 +08:00
parent fc2e5b7ae0
commit a7a03eb3da
+5 -3
View File
@@ -273,7 +273,7 @@ export default {
name: "", name: "",
data:[] data:[]
}] }],
}, },
fourOps:{ fourOps:{
color: ["#7632FF","#7632FF","#B039C2"], color: ["#7632FF","#7632FF","#B039C2"],
@@ -283,7 +283,8 @@ export default {
xAxis: { xAxis: {
scrollShow:true, scrollShow:true,
itemCount:4, itemCount:4,
disableGrid: true disableGrid: true,
scrollAlign:'right'
}, },
yAxis: { yAxis: {
@@ -298,7 +299,8 @@ export default {
width: 2, width: 2,
gradient: false, gradient: false,
activeType: "hollow" activeType: "hollow"
} },
} }
}, },