未验证 提交 8ddd5c02 编写于 作者: Y Yi Shen 提交者: GitHub

Merge pull request #11972 from apache/fix-code-style-11965

fix code style in #11965
......@@ -145,10 +145,10 @@ export function dataTransform(seriesModel, item) {
data, axisInfo.baseDataDim, axisInfo.valueDataDim,
otherCoordIndex, targetCoordIndex
);
item.coord = coordInfo[0]
item.coord = coordInfo[0];
// Force to use the value of calculated value.
// let item use the value without stack.
item.value = coordInfo[1]
item.value = coordInfo[1];
}
else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册