ygraph
YGraph is an open-source software library for visualizing and analyzing graphs and networks. It provides a client-side toolkit for building interactive network visualizations in web applications, with primary bindings for JavaScript and TypeScript. The library models graphs as nodes and edges, each carrying arbitrary metadata, enabling a wide range of analytical and presentation tasks.
Core features include multiple layout algorithms (force-directed, hierarchical, radial), interactive rendering, and styling. Rendering is implemented
YGraph provides a flexible data model and import/export capabilities. It accepts graph data in JSON-based formats,
Typical use cases include visualization of social networks, dependency graphs, transport networks, and biological networks, as