chevron_right Demos chevron_right HTML Popup
Related demos
Book a live Demo

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

Live Demo — yFiles in Action

30–45 min | Online | No install required

For Developers, Product Mangers & Executives

30–45 minutes | 1:1 or team session | Online (Zoom / Teams)

No install required | We show live code

Book a free live demo

HTML Popup Demo

This demo shows HTML pop-up panels that display additional information about a clicked node or edge.

The pop-up is displayed in the GraphComponent above the graph items but below the scrollbars, and rendered zoom-invariant with a fixed size.

In this demo, a pop-up is shown when clicking a node or an edge. The data are retrieved from a graph item's tag property. The template for these pop-ups is defined in the GraphComponent's element and is automatically added to the overlayPanel element by the GraphComponent's constructor.

In general, a pop-up can contain arbitrary HTML content, it can be created through JavaScript code or copied over from another part of the DOM, and it can be manually added to the overlayPanel of the GraphComponent at any time.

Things to Try