提交 13b611bd 编写于 作者: P pah100

tiny fix

上级 ca9676a2
......@@ -24,7 +24,7 @@ define(function(require) {
var dataDimsInfo = zrUtil.map(dataDims, function (dim, dimIndex) {
var modelDimsIndex = zrUtil.indexOf(dim, modelDims);
var modelDimsIndex = zrUtil.indexOf(modelDims, dim);
var axisModel = modelDimsIndex >= 0 && ecModel.getComponent(
'parallelAxis', parallelAxisIndices[modelDimsIndex]
);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册