Live Demo — yFiles in Action
30–45 min | Online | No install required
For Developers, Product Mangers & Executives
- Interactive graph visualization in real time
- Integration example
- Live Q&A and next step recommendations
30–45 minutes | 1:1 or team session | Online (Zoom / Teams)
No install required | We show live code
Book a free live demo
Graph Search
This demo shows an implementation of the search functionality on the nodes of a graph.
The search is performed on the labels of the nodes and those that match the queried term
are being highlighted.
There also exists a separate graph search implementation in the
demos-js/utils package currently used by
these demos. This implementation
can be extended to support custom search on graph elements.
See the sources for details.