|
@@ -895,6 +895,7 @@ export default {
|
|
|
},
|
|
|
xAxis: {
|
|
|
type: "value",
|
|
|
+ max: Math.ceil(Math.max.apply(null, date.total))+(Math.max.apply(null, date.total))*0.1
|
|
|
},
|
|
|
yAxis: {
|
|
|
type: "category",
|
|
@@ -1051,6 +1052,7 @@ export default {
|
|
|
},
|
|
|
xAxis: {
|
|
|
type: "value",
|
|
|
+ max: Math.ceil(Math.max.apply(null, date.total))+(Math.max.apply(null, date.total))*0.1
|
|
|
},
|
|
|
yAxis: {
|
|
|
type: "category",
|
|
@@ -1206,6 +1208,7 @@ export default {
|
|
|
},
|
|
|
xAxis: {
|
|
|
type: "value",
|
|
|
+ max: Math.ceil(Math.max.apply(null, date.total))+(Math.max.apply(null, date.total))*0.1
|
|
|
},
|
|
|
yAxis: {
|
|
|
type: "category",
|