@@ -176,6 +176,17 @@ export default {
right: 25,
containLabel: true
},
+ dataZoom: [
+ {
+ type: 'inside',
+ start: 0
+ // end: 20
+ },
+ }
+ ],
xAxis: {
type: 'category',
boundaryGap: domId == 'chart1' ? false : true,