Skip to content

Commit

Permalink
最小项配置bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kener committed Nov 14, 2013
1 parent f921b6b commit 7cad0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/echarts.js
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ define(function(require) {
_option = zrUtil.clone(option);
}

if (!option.series || option.series.length === 0) {
if (!_option.series || _option.series.length === 0) {
return;
}

Expand Down

0 comments on commit 7cad0c4

Please sign in to comment.