|
|
@@ -380,10 +380,10 @@ function render() {
|
|
|
animationDurationUpdate: 200,
|
|
|
animationEasingUpdate: 'linear',
|
|
|
grid: {
|
|
|
- left: '5%',
|
|
|
+ left: '0%',
|
|
|
top: '5%',
|
|
|
right: '5%',
|
|
|
- bottom: '8%'
|
|
|
+ bottom: '12%'
|
|
|
},
|
|
|
tooltip: {
|
|
|
trigger: 'axis',
|
|
|
@@ -410,6 +410,7 @@ function render() {
|
|
|
},
|
|
|
xAxis: {
|
|
|
type: 'time',
|
|
|
+ boundaryGap: ['0%', '25%'],
|
|
|
axisLabel: {
|
|
|
formatter: (v) => dayjs(v).format('YYYY-MM-DD\nHH:mm:ss'),
|
|
|
rotate: 0,
|
|
|
@@ -417,8 +418,8 @@ function render() {
|
|
|
}
|
|
|
},
|
|
|
dataZoom: [
|
|
|
- { type: 'inside', xAxisIndex: 0, start: 75, end: 100 },
|
|
|
- { type: 'slider', xAxisIndex: 0, start: 75, end: 100 }
|
|
|
+ { type: 'inside', xAxisIndex: 0 },
|
|
|
+ { type: 'slider', xAxisIndex: 0 }
|
|
|
],
|
|
|
yAxis: {
|
|
|
type: 'value',
|