plainheart commented on code in PR #20682:
URL: https://github.com/apache/echarts/pull/20682#discussion_r2637317979


##########
src/data/SeriesData.ts:
##########
@@ -316,11 +316,16 @@ class SeriesData<
             if (dimensionInfo.createInvertedIndices) {
                 invertedIndicesMap[dimensionName] = [];
             }
+
+            let dimIdx = i;
+            if (zrUtil.isNumber(dimensionInfo.storeDimIndex)) {
+                dimIdx = dimensionInfo.storeDimIndex;
+            }

Review Comment:
   This seems to lead a regression issue described in #21415 and #21300. I 
would suggest fixing it in v6.1.0.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to