修改店铺首页客群分析显示问题

This commit is contained in:
liqianguang
2025-04-22 14:59:41 +08:00
parent c25042c658
commit 685b0a49e3

View File

@@ -709,13 +709,17 @@ Component({
top: "8%", top: "8%",
right: "10", right: "10",
left: "30", left: "30",
bottom: "15%" bottom: "35"
}, },
xAxis: [{ xAxis: [{
type: "category", type: "category",
axisLabel: { axisLabel: {
color: "#8C8D95", color: "#8C8D95",
interval:0,
formatter: function (value, index) {
return value.replace("(","\n(");
}
}, },
axisLine: { axisLine: {
show: true, show: true,