Authored by 郭成尧

dataZoom-style

... ... @@ -18,12 +18,15 @@ let option = (resData) => {
boundaryGap: [0, '100%']
},
dataZoom: [{
type: 'slider',
start: 0.5,
end: 50
end: 50,
height: '7%',
showDataShadow: false
}, {
start: 10,
end: 100,
height: '7%',
showDataShadow: false,
handleIcon: 'M0,0 v9.7h3 v-9.7h-3 Z',
handleSize: '94%',
handleStyle: {
... ...
... ... @@ -24,12 +24,15 @@ let option = (resData) => {
}
},
dataZoom: [{
type: 'slider',
start: 0.5,
end: 50
end: 50,
height: '7%',
showDataShadow: false
}, {
start: 10,
end: 100,
height: '7%',
showDataShadow: false,
handleIcon: 'M0,0 v9.7h3 v-9.7h-3 Z',
handleSize: '94%',
handleStyle: {
... ...
... ... @@ -21,10 +21,14 @@ let option = (resData) => {
dataZoom: [{
type: 'slider',
start: 0.5,
end: 50
end: 50,
height: '7%',
showDataShadow: false
}, {
start: 10,
end: 100,
height: '7%',
showDataShadow: false,
handleIcon: 'M0,0 v9.7h3 v-9.7h-3 Z',
handleSize: '94%',
handleStyle: {
... ...