westn opened a new issue, #19374:
URL: https://github.com/apache/echarts/issues/19374

   ### Version
   
   5.4.3
   
   ### Link to Minimal Reproduction
   
   https://codepen.io/WestN/pen/yLZZmKd
   
   ### Steps to Reproduce
   
   1. Create a line chart with more than N series (N is unknown, but it seems 
to be working when I have fewer than 10 series, but an issue with 26 series). 
Make sure that the series has emphasis: { focus: "series" }
   2. Dispatch an action of type highlight to highlight the first seriesIndex 
(or any seriesIndex)
   3. Dispatch an action of type highlight to highlight any other seriesIndex
   4. Note the error
   
   ### Current Behavior
   
   <img width="227" alt="image" 
src="https://github.com/apache/echarts/assets/224833/1791499e-d7a8-4f1a-bc64-b31714647290";>
   The first series stays highlighted always, while the second, third etc will 
change.
   
   ### Expected Behavior
   
   Only the seriesIndex that is sent should be highlighted
   
   ### Environment
   
   ```markdown
   - OS: MacOS Monterey
   - Browser: Chrome 120.0.6099.71
   - Framework: None
   ```
   
   
   ### Any additional comments?
   
   I had a smaller dataset previously which is working fine, but with a bigger 
dataset it seems to be an issue.


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