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