Large Graph Example Search node by id issue #5186
sakisma posted onGitHub
Describe the bug
Using the Example https://g6.antv.antgroup.com/en/largegraph i found that when im using the search to search a node by its id it doesnt work well, although the node exist and its being found the tooltip message says otherwise, is there any solution to that?
Your Example Website or App
https://g6.antv.antgroup.com/en/largegraph
Steps to Reproduce the Bug or Issue
1) Open the following link https://g6.antv.antgroup.com/en/largegraph
2) on the menu click on the search
3) insert the node id you want to search i used Myriel.
4) Click submit. You will see that the tool tip display that the node was not found although the node exist and it has been extract from the cluster and its displayed alone
Expected behavior
I suppose the expected behavior is when the node is not founded then the tooltip to display that the node was not found, and in case the node is founded to display a success message to indicate that the node is found or something similar.
Screenshots or Videos
Platform
- OS: [Windows]
- Browser: [ Edge]
- Version: [119.0.2151.72 (Official build) (64-bit)]
Additional context
No response