提交 72b53a1c 编写于 作者: S sushuang

typo

上级 9696684d
......@@ -31,7 +31,7 @@ export default function (seriesType) {
if (dimLen === 1) {
var x = data.get(dims[0], i, true);
point = isNaN(x) && coordSys.dataToPoint(x, null, tmpOut);
point = !isNaN(x) && coordSys.dataToPoint(x, null, tmpOut);
}
else {
var x = tmpIn[0] = data.get(dims[0], i, true);
......
......@@ -88,7 +88,7 @@ var fetchers = {
}
}
result.coordSysDims = ['singleAxis'];
result.coordSysDims = ['single'];
axisMap.set('single', singleAxisModel);
if (isCategory(singleAxisModel)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册