diff --git a/test/axis-extrema.html b/test/axis-extrema.html index e7e2634f4ecd6e0d0f6d6e6b128d0bc87d52b0a1..80821b30f756d82a545ec554f3ecab96e6b1cbb6 100644 --- a/test/axis-extrema.html +++ b/test/axis-extrema.html @@ -50,7 +50,7 @@ under the License.

cartesian category axis | xAxis: {min: undefined, max: undefined}

-

cartesian category axis | xAxis.data is empty

+

cartesian category axis | xAxis.data is empty (always show nothing if dataZoom)

cartesian category axis | xAxis: {min: -10, max: '类目3'}

diff --git a/test/axis-interval.html b/test/axis-interval.html index a5c49ba42fa14345a9afb14f9a834cb93d71bdd0..7e73a22873743d814159840458c97080721d7660 100644 --- a/test/axis-interval.html +++ b/test/axis-interval.html @@ -114,7 +114,7 @@ under the License. }; testHelper.create(echarts, 'mainA', { - title: 'xAxis (type: time) should be 1 hour interval', + title: 'xAxis (type: time) should always be 1 hour interval', option: option }); }); diff --git a/test/custom-feature.html b/test/custom-feature.html index 7c568b18e59f7940b68de7195a9f73435a909234..7ec76969afdac19c10d012743bd035ff2dfaff45 100644 --- a/test/custom-feature.html +++ b/test/custom-feature.html @@ -32,10 +32,6 @@ under the License. @@ -114,10 +110,10 @@ under the License. var chart = testHelper.create(echarts, 'main0', { title: [ 'Eventful: ', - '+ red circle and red rect trigger events, but green shapes not. ', - '+ Only dataIndex: 1 trigger event', - '+ events (click, mousedown, mousemove, mouseup) are printed in console log.', - '+ red circle: params.info = 0, red rect: params.info = undefined' + 'Only this el trigger events: **red circle** and **red rect** of **dataIndex: 1**', + ' Others not (green rect not)', + 'Events (click, mousedown, mousemove, mouseup) are printed in console log.', + 'red circle: params.info = 0, red rect: params.info = undefined' ], option: option }); @@ -129,76 +125,6 @@ under the License. }); }); }); - - - - - - - @@ -206,14 +132,6 @@ under the License. - - - - - - - -