mirror of
http://git.keliuyun.com:55676/jiaxiuc123/miniProject.git
synced 2025-09-26 19:31:23 +08:00
修改店铺首页客群分析显示问题
This commit is contained in:
@@ -709,13 +709,17 @@ Component({
|
||||
top: "8%",
|
||||
right: "10",
|
||||
left: "30",
|
||||
bottom: "15%"
|
||||
bottom: "35"
|
||||
},
|
||||
|
||||
xAxis: [{
|
||||
type: "category",
|
||||
axisLabel: {
|
||||
color: "#8C8D95",
|
||||
interval:0,
|
||||
formatter: function (value, index) {
|
||||
return value.replace("(","\n(");
|
||||
}
|
||||
},
|
||||
axisLine: {
|
||||
show: true,
|
||||
|
Reference in New Issue
Block a user