susiwen8 commented on a change in pull request #15534:
URL: https://github.com/apache/echarts/pull/15534#discussion_r780263814



##########
File path: src/model/Series.ts
##########
@@ -588,10 +599,26 @@ class SeriesModel<Opt extends SeriesOption = 
SeriesOption> extends ComponentMode
             return;
         }
 
-        if (selectedMode === 'multiple') {
+        if (selectedMode === 'series') {
+            const selectedMap = this.option.selectedMap || 
(this.option.selectedMap = {});
+            const self = this;
+            data.each(idx => {

Review comment:
       But if some data have specify `select.disable = false`? Just like the 
test case I have added. @pissang




-- 
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