Skip to content

Commit

Permalink
tweak example
Browse files Browse the repository at this point in the history
  • Loading branch information
100pah committed May 19, 2016
1 parent f4eddf6 commit b073de2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/dataZoom-scatter-category.html
Expand Up @@ -77,8 +77,8 @@
feature: {
dataView: {},
dataZoom: {
show: true,
yAxisIndex: false
show: true
// yAxisIndex: false
},
restore: {show: true},
saveAsImage: {}
Expand Down
4 changes: 4 additions & 0 deletions test/graph-grid.html
Expand Up @@ -24,6 +24,7 @@
'echarts/component/legend',
'echarts/component/tooltip',
'echarts/component/toolbox',
'echarts/component/dataZoomInside',
'zrender/vml/vml',

'theme/vintage'
Expand Down Expand Up @@ -58,6 +59,9 @@
dataZoom: {}
}
},
dataZoom: {
type: 'inside'
},
series: [
{
type: 'graph',
Expand Down

0 comments on commit b073de2

Please sign in to comment.