visjs/vis-network

:dizzy: Display dynamic, automatically organised, customizable network views.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 5 minutes ago
Added to GitGenius on September 19th, 2026
Created on July 16th, 2019
Open Issues & Pull Requests: 350 (+0)
GitHub issues: Enabled
Number of forks: 413
Total Stargazers: 3,631 (+0)
Total Subscribers: 25 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 15.9 days
Mean response time: 316.9 days
90th percentile: 1363.5 days
Tracked items: 39

Most active contributors

Sign in to see contributor activity.

How this project is maintained

98% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 75% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 45
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,019 days
Stale 30+ days: 44
Stale 90+ days: 42

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (5)
  • bug (4)
  • help wanted (2)
  • released (2)
  • Hacktoberfest (1)
  • documentation (1)
  • question (1)
  • reproduced (1)

Most active issues this week

Detailed Description

vis-network is a JavaScript library for rendering interactive network diagrams with nodes and edges.

The tool solves the problem of visualizing graph structures by rendering them on HTML canvas with automatic layout and organization. It handles networks of up to a few thousand nodes and edges smoothly across modern browsers, and includes clustering support for larger datasets. Users can customize node and edge appearance through shapes, styles, colors, sizes, and images.

The library suits projects that need to display relational data such as social networks, knowledge graphs, organizational hierarchies, or dependency diagrams. It is installable via npm and works in any modern browser environment. The tool is appropriate for applications where automatic graph layout and interactive exploration are valuable, though performance degrades gracefully as node counts increase beyond its smooth-rendering threshold.

The project maintains an active contribution model with a documented build process using npm and includes automated testing. The codebase is organized using Node.js module conventions and can be built from source. The project accepts community contributions and maintains backer and sponsor support through an open collective model.