Skip to content

Commit

Permalink
min,max同设导致坐标轴文本不显示bug fix,无数据优化引入
Browse files Browse the repository at this point in the history
  • Loading branch information
kener committed Jul 10, 2013
1 parent f8bb159 commit 38d7deb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/component/valueAxis.js
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,9 @@ define(function (require) {
}
}
}
else {
_hasData = true;
}
//console.log(_min,_max,'vvvvv111111')
_min = isNaN(option.min)
? (_min - Math.abs(_min * option.boundaryGap[0]))
Expand Down

0 comments on commit 38d7deb

Please sign in to comment.