Authored by 郭成尧

dataZoom-style

@@ -18,12 +18,15 @@ let option = (resData) => { @@ -18,12 +18,15 @@ let option = (resData) => {
18 boundaryGap: [0, '100%'] 18 boundaryGap: [0, '100%']
19 }, 19 },
20 dataZoom: [{ 20 dataZoom: [{
21 - type: 'slider',  
22 start: 0.5, 21 start: 0.5,
23 - end: 50 22 + end: 50,
  23 + height: '7%',
  24 + showDataShadow: false
24 }, { 25 }, {
25 start: 10, 26 start: 10,
26 end: 100, 27 end: 100,
  28 + height: '7%',
  29 + showDataShadow: false,
27 handleIcon: 'M0,0 v9.7h3 v-9.7h-3 Z', 30 handleIcon: 'M0,0 v9.7h3 v-9.7h-3 Z',
28 handleSize: '94%', 31 handleSize: '94%',
29 handleStyle: { 32 handleStyle: {
@@ -24,12 +24,15 @@ let option = (resData) => { @@ -24,12 +24,15 @@ let option = (resData) => {
24 } 24 }
25 }, 25 },
26 dataZoom: [{ 26 dataZoom: [{
27 - type: 'slider',  
28 start: 0.5, 27 start: 0.5,
29 - end: 50 28 + end: 50,
  29 + height: '7%',
  30 + showDataShadow: false
30 }, { 31 }, {
31 start: 10, 32 start: 10,
32 end: 100, 33 end: 100,
  34 + height: '7%',
  35 + showDataShadow: false,
33 handleIcon: 'M0,0 v9.7h3 v-9.7h-3 Z', 36 handleIcon: 'M0,0 v9.7h3 v-9.7h-3 Z',
34 handleSize: '94%', 37 handleSize: '94%',
35 handleStyle: { 38 handleStyle: {
@@ -21,10 +21,14 @@ let option = (resData) => { @@ -21,10 +21,14 @@ let option = (resData) => {
21 dataZoom: [{ 21 dataZoom: [{
22 type: 'slider', 22 type: 'slider',
23 start: 0.5, 23 start: 0.5,
24 - end: 50 24 + end: 50,
  25 + height: '7%',
  26 + showDataShadow: false
25 }, { 27 }, {
26 start: 10, 28 start: 10,
27 end: 100, 29 end: 100,
  30 + height: '7%',
  31 + showDataShadow: false,
28 handleIcon: 'M0,0 v9.7h3 v-9.7h-3 Z', 32 handleIcon: 'M0,0 v9.7h3 v-9.7h-3 Z',
29 handleSize: '94%', 33 handleSize: '94%',
30 handleStyle: { 34 handleStyle: {