@@ -245,7 +245,7 @@ export default {
},
dataZoom: [
{
- show: true,
+ show: this.source.length > 8 ? true : false,
type: "slider",
yAxisIndex: 0,
left: 0,