You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by "yxylxc1314 (via GitHub)" <gi...@apache.org> on 2023/05/08 08:14:59 UTC

[GitHub] [echarts] yxylxc1314 opened a new issue, #18598: [Bug] Hovering over certain nodes can cause them to become transparent or even disappear

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

   ### Version
   
   5.2.2
   
   ### Link to Minimal Reproduction
   
   https://github.com/yxylxc1314/yxy-echarts-examples
   
   ### Steps to Reproduce
   
   1. Please use a browser to open the html file of my GitHub repository,you may need to wait a few seconds
   2. You can then try hovering over some nodes and see if some nodes become transparent,If the node does not change, try a different node
   
   ### Current Behavior
   
   Hovering over certain nodes can cause them to become transparent or even disappear
   
   ### Expected Behavior
   
   Hovering over certain nodes can cause them to become transparent or even disappear
   
   ### Environment
   
   ```markdown
   - OS: Windows 11 Version 21H2 (Build 22000.1817)
   - Browser: Microsoft Edge 113.0.1774.35
   - Framework:
   ```
   
   
   ### Any additional comments?
   
   _No response_


-- 
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: commits-unsubscribe@echarts.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [echarts] helgasoft commented on issue #18598: [Bug] Hovering over certain nodes can cause them to become transparent or even disappear

Posted by "helgasoft (via GitHub)" <gi...@apache.org>.
helgasoft commented on issue #18598:
URL: https://github.com/apache/echarts/issues/18598#issuecomment-1538750836

   Cannot reproduce.
   The code has 75358 lines, graph has 2410 nodes and 3417 links. Chart and hovering nodes work as expected.
   Suggestions:  
   - define the [series.lineStyle](https://echarts.apache.org/en/option.html#series-graph.lineStyle) **once** instead of 3417 times, in _links.label_.
   - same for [series.label](https://echarts.apache.org/en/option.html#series-graph.label) vs _data.label_
   - if "certain nodes" present a problem, please name them (they all have names).


-- 
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: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org