diff --git a/test/allchart/all.html b/test/allchart/all.html index 56c3fe0726241cfa7fbd8230f63756c6d22cdfa1..7291bb6d291e4fccc2914793b25838ead2c0fc76 100644 --- a/test/allchart/all.html +++ b/test/allchart/all.html @@ -7,7 +7,7 @@ - + @@ -638,7 +638,6 @@ option = { { type : 'value', scale:true, - precision: 2, splitNumber: 9, boundaryGap: [0.05, 0.05], splitArea : {show : true} @@ -1026,8 +1025,6 @@ option = { textStyle: {color:'red'} }, scale: true, - precision: 1, - //power: 100, axisLine: { // 坐标轴线 show: true, // 默认显示,属性show控制显示与否 lineStyle: { // 属性lineStyle控制线条样式 diff --git a/test/allchart/all.js b/test/allchart/all.js index b077ebc559669809ebd0944bc899e221ef9ffbe6..2b51f9ba9fcf2d5a9b7f7c59b2c5e88e7a22de97 100644 --- a/test/allchart/all.js +++ b/test/allchart/all.js @@ -84,7 +84,7 @@ function refreshAll() { } } -var developMode = true; +var developMode = false; if (developMode) { // for develop require.config({ @@ -105,22 +105,9 @@ if (developMode) { } else { // for echarts online home page - var fileLocation = '../../build/echarts-map'; require.config({ paths:{ - echarts: fileLocation, - 'echarts/chart/line': fileLocation, - 'echarts/chart/bar': fileLocation, - 'echarts/chart/scatter': fileLocation, - 'echarts/chart/k': fileLocation, - 'echarts/chart/pie': fileLocation, - 'echarts/chart/radar': fileLocation, - 'echarts/chart/map': fileLocation, - 'echarts/chart/chord': fileLocation, - 'echarts/chart/force': fileLocation, - 'echarts/chart/gauge': fileLocation, - 'echarts/chart/funnel': fileLocation, - 'echarts/chart/eventRiver': fileLocation + echarts: '../../build/dist' } }); } diff --git a/test/performance/option.js b/test/performance/option.js index c161e7813f01cb4f2e3d50cb688bab7cf00256a5..c22254fd85511989673f2e2ff2d3117991787000 100644 --- a/test/performance/option.js +++ b/test/performance/option.js @@ -25,7 +25,7 @@ function option(chartType, n) { show : true, feature : { mark : {show: true}, - dataZoom : {show: true}, + //dataZoom : {show: true}, dataView : {show: true, readOnly: false}, magicType : {show: true, type: ['line', 'bar']}, restore : {show: true}, diff --git a/test/performance/p.html b/test/performance/p.html index 378761acda47286fffb51cc84eb5eb6fb2441e31..aded572bbfc17ade6335702f39163100d2c640ef 100644 --- a/test/performance/p.html +++ b/test/performance/p.html @@ -3,7 +3,7 @@ Performance - +
diff --git a/test/performance/p.js b/test/performance/p.js index 0a1385e878eef1fe9654832b83243b70e5fecccf..37ef7e7edf87bf7f7a325b448fd299d54336981b 100644 --- a/test/performance/p.js +++ b/test/performance/p.js @@ -19,21 +19,9 @@ if (developMode) { } else { // for echarts online home page - var fileLocation = '../../build/echarts-map'; require.config({ paths:{ - echarts: fileLocation, - 'echarts/chart/line': fileLocation, - 'echarts/chart/bar': fileLocation, - 'echarts/chart/scatter': fileLocation, - 'echarts/chart/k': fileLocation, - 'echarts/chart/pie': fileLocation, - 'echarts/chart/radar': fileLocation, - 'echarts/chart/map': fileLocation, - 'echarts/chart/chord': fileLocation, - 'echarts/chart/force': fileLocation, - 'echarts/chart/gauge': fileLocation, - 'echarts/chart/funnel': fileLocation + echarts: '../../build/dist' } }); }