@@ -285,6 +285,11 @@ export default {
width: '75%',
containLabel: true
},
+ dataZoom: [{
+ type: 'inside',
+ start: 0,
+ end: this.sourceData.length > 15 ? 35 : 100
+ }],
xAxis: {
show: false,
type: 'value'