diff --git a/doc/example/line7.html b/doc/example/line7.html index 7959f5aab90510ac844515864771c24f6c30a6cb..edfd039f4f8c7942bc66ce8dc5a20f8ba0648f61 100644 --- a/doc/example/line7.html +++ b/doc/example/line7.html @@ -66,6 +66,7 @@ option = { show : true, feature : { mark : {show: true}, + dataZoom : {show: true}, dataView : {show: true, readOnly: false}, magicType : {show: true, type: ['line', 'bar']}, restore : {show: true}, @@ -75,12 +76,14 @@ option = { calculable : true, xAxis : [ { - type : 'value' + type: 'value', + precision: 2 } ], yAxis : [ { - type : 'value', + type: 'value', + precision: 2, axisLine: { lineStyle: { color: '#dc143c'