@@ -186,6 +186,15 @@ export default {
width: '75%',
containLabel: true
},
+ dataZoom: [{
+ show: true,
+ type: 'slider',
+ yAxisIndex: 0,
+ left: 0,
+ start: 0,
+ end: this.source.length > 8 ? 8 : 100,
+ width: 15
+ }],
xAxis: {
show: false,
type: 'value'