northwoodssoftware/gojs

JavaScript diagramming library for interactive flowcharts, org charts, design tools, planning tools, visual languages.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 44 minutes ago
Added to GitGenius on September 7th, 2026
Created on April 2nd, 2014
Open Issues & Pull Requests: 0 (+0)
GitHub issues: Enabled
Number of forks: 2,830
Total Stargazers: 8,474 (+0)
Total Subscribers: 282 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.2 days
Mean response time: 6.8 days
90th percentile: 14.5 days
Tracked items: 8

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

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

Top labels

  • question; belongs in forum (3)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

GoJS is a JavaScript and TypeScript library for creating and manipulating interactive diagrams, charts, and graphs.

The library addresses the need to build rich, interactive visual representations of data and processes in web applications. It works by providing a model-driven architecture where diagrams are constructed from templates with data-bound properties, allowing developers to define how data should be visualized and then populate diagrams with model data. The library renders to either HTML Canvas or SVG, supports export to multiple formats, and can run in browsers or server-side environments including Node and Puppeteer. Built-in layouts include tree, force-directed, circular, and layered digraph arrangements, with additional custom layout extensions available.

GoJS suits projects requiring flowcharts, organizational charts, business process diagrams, swimlanes, timelines, state charts, kanban boards, network visualizations, mind maps, Sankey diagrams, family trees, UML diagrams, Gantt charts, and many other diagram types. The library is particularly valuable when you need users to interact with diagrams—selecting, copying, pasting, dragging, and deleting elements—rather than simply displaying static visualizations. Diagrams are backed by models typically serialized as JSON, making it straightforward to save and load diagram state.

The project maintains a comprehensive repository containing not only the core library but also sources for all samples, extensions, and documentation, with the npm package providing the library alone and extensions published separately. The GitHub repository enables searching through sample source code to understand implementation patterns. The project provides extensive sample implementations covering dozens of diagram types and maintains detailed learning resources and API documentation on its website.