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