Interactive open source visualization platform for multivariate dynamic networks.
The main features of networkcube/networkcube are: JavaScript Visualization Libraries.
Open-source alternatives to networkcube/networkcube include: visjs/vis — vis is a JavaScript data visualization library used to render interactive networks, timelines, and graphs directly in… d3/d3-force — Force-directed graph layout using velocity Verlet integration. gephi/gephi-lite — A web-based, lighter version of Gephi. nhogs/popoto — Visual query builder for Neo4j graph database. anvaka/vivagraphjs — VivaGraphJS is a JavaScript graph visualization library used to render interactive network diagrams and relational… thepeoplesbourgeois/d3-vector — A D3 force plug-in for programmatically determining a set of vectors' angles and magnitudes.
vis is a JavaScript data visualization library used to render interactive networks, timelines, and graphs directly in the web browser. It functions as a relational data mapper and browser-based charting tool, turning complex structured data into dynamic visual patterns to expose entity relationships. The library provides specialized tools for force-directed network graphs, where relational data is represented as interactive nodes and edges. It also includes an interactive timeline component for plotting chronological events and time intervals on a scalable temporal axis. The project covers b
Force-directed graph layout using velocity Verlet integration.