export const getDatazoomInside = function () { let datazoom = [ { type: "inside", // xAxisIndex: [0], orient: "horizontal", }, ]; return datazoom; };