提交 5f931cee 编写于 作者: P pissang

fix code style

上级 f2d8e771
......@@ -78,7 +78,7 @@ function markerTypeCalculatorWithExtent(
coordArr[targetCoordIndex] = +coordArr[targetCoordIndex].toFixed(precision);
}
return [coordArr,coordArrValue];
return [coordArr, coordArrValue];
}
var curry = zrUtil.curry;
......@@ -145,10 +145,10 @@ export function dataTransform(seriesModel, item) {
data, axisInfo.baseDataDim, axisInfo.valueDataDim,
otherCoordIndex, targetCoordIndex
);
item.coord = coordInfo[0]
// Force to use the value of calculated value.
// let item use the value without stack.
item.value = coordInfo[1]
item.coord = coordInfo[0];
// Force to use the value of calculated value.
// let item use the value without stack.
item.value = coordInfo[1];
}
else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册