mirror of
http://git.keliuyun.com:55676/jiaxiuc123/miniProject.git
synced 2025-09-27 03:35:59 +08:00
修改店铺首页客群分析显示问题
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user