@@ -130,7 +130,7 @@
},
scrollHeight() {
if (this.height) {
- return (this.height - 297)+'px'
+ return (this.height - 214)+'px'
} else {
return `calc(100vh - 314px)`
}
@@ -252,6 +252,9 @@ export default {
xAxis: {
type: 'category',
data: dataName,
+ axisLabel: {
+ rotate: 15,
+ },
grid: {
left: '3%',
@@ -485,6 +485,9 @@ export default {
@@ -268,6 +268,9 @@ export default {