提交 8e9b2e8a 编写于 作者: L lang

tweak

上级 3b9497f5
......@@ -748,7 +748,7 @@ define(function (require) {
if (!ecModel._seriesIndices) {
// FIXME
// 验证和提示怎么写
throw new Error('Series is not initialized. Please depends sereis.');
throw new Error('Series has not been initialized yet.');
}
}
......
......@@ -93,8 +93,8 @@ define(function (require) {
var yearSpan = span / interval;
// From "Nice Numbers for Graph Labels" of Graphic Gems
var niceYearSpan = numberUtil.nice(yearSpan, false);
var yearStep = numberUtil.nice(niceYearSpan / approxTickNum, true);
// var niceYearSpan = numberUtil.nice(yearSpan, false);
var yearStep = numberUtil.nice(yearSpan / approxTickNum, true);
interval *= yearStep;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册