HTMLGraph is a graph visualization library that enables rich nodes customization using HTML. It allows you to create interactive and visually dynamic graphs by integrating HTML elements directly into nodes, making it perfect for building complex and customizable visualizations.
Here’s an advanced example to demonstrate some capabilities of this library:
This library features a low-level core alongside practical high-level functionalities such as:
- draggable nodes
- shiftable and zoomable viewport
- background rendering
- virtual scroll
- resize-reactive nodes
All examples are designed as single HTML files to simplify setup and usage.
To begin, check out the getting started guide.