Skip to content

Commit

Permalink
ck echartsExample
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovilia committed Jul 14, 2015
1 parent 8b81419 commit 593947a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/asset/js/echartsExample.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ function needMap() {
}

var echarts;
var developMode = true;
var developMode = false;

if (developMode) {
window.esl = null;
Expand Down Expand Up @@ -214,7 +214,6 @@ function launchExample() {
'echarts/chart/treemap',
'echarts/chart/tree',
'echarts/chart/wordCloud',
'echarts/chart/heatmap',
needMap() ? 'echarts/chart/map' : 'echarts'
],
requireCallback
Expand Down

0 comments on commit 593947a

Please sign in to comment.