mdaines/viz-js

Graphviz in your browser

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 45 minutes ago
Added to GitGenius on September 16th, 2026
Created on August 24th, 2012
Open Issues & Pull Requests: 14 (+0)
GitHub issues: Enabled
Number of forks: 365
Total Stargazers: 4,347 (+0)
Total Subscribers: 106 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 6.0 hours
Mean response time: 22.2 days
90th percentile: 14.6 days
Tracked items: 22

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 10
New in 7 days: 0
Closed in 7 days: 1
Avg open age: 570 days
Stale 30+ days: 10
Stale 90+ days: 4

Recent activity

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

Top labels

  • enhancement (1)

Most active issues this week

Detailed Description

Viz.js is a JavaScript library that brings Graphviz graph visualization to web browsers. It compiles the Graphviz engine to JavaScript using Emscripten, allowing developers to render graph diagrams directly in the browser without server-side dependencies.

The library solves the problem of needing Graphviz functionality in client-side applications. Rather than requiring users to install Graphviz or making server requests to process graph definitions, viz.js packages the entire Graphviz engine as a JavaScript module. Developers write graph definitions in the DOT language and pass them to the library, which renders them as SVG or other output formats in the browser.

The tool suits projects where graph visualization needs to happen on the client side, such as interactive diagram editors, documentation sites with embedded graphs, or applications that generate visualizations from user input. It eliminates the infrastructure overhead of maintaining a server-side Graphviz service and removes latency from network round-trips. The approach works best when the performance characteristics of a JavaScript-compiled engine meet your rendering speed requirements.

The project shows consistent maintenance with regular updates addressing compatibility and functionality issues. Development activity demonstrates responsiveness to user-reported problems and steady refinement of the codebase. The maintainers actively manage the build process and dependencies needed to keep the Emscripten compilation working across browser environments.