observablehq/plot

A concise API for exploratory data visualization implementing a layered grammar of graphics

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 3 minutes ago
Added to GitGenius on September 12th, 2026
Created on October 29th, 2020
Open Issues & Pull Requests: 349 (+0)
GitHub issues: Enabled
Number of forks: 242
Total Stargazers: 5,374 (+0)
Total Subscribers: 46 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 9.2 hours
Mean response time: 163.8 days
90th percentile: 602.3 days
Tracked items: 122

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 74% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "bug" is answered fastest, typically in about 3 hours, while "documentation" waits about 7 months. Only 7% of issues opened in the past year have been closed. Three people close 97% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 77
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 976 days
Stale 30+ days: 64
Stale 90+ days: 57

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 (65)
  • bug (52)
  • documentation (12)
  • geo (6)
  • question (5)

Most active issues this week

Detailed Description

Observable Plot is a JavaScript library for visualizing tabular data that implements a layered grammar of graphics.

The library addresses the need for rapid exploratory data visualization by providing a concise API built around scales and layered marks. Rather than requiring developers to construct visualizations from low-level primitives, Observable Plot offers a declarative approach where visual encodings are specified through a memorable syntax. The grammar of graphics foundation means that complex visualizations can be built by composing simple, reusable layers.

Observable Plot suits developers performing exploratory data analysis who need to iterate quickly on visualizations without extensive boilerplate. It works well for projects where the focus is on understanding data patterns rather than building highly customized, production-grade dashboards. The library generates SVG output, making visualizations web-native and easily embeddable in web applications and notebooks.

The project maintains active development with regular releases documented in a changelog. Contributions are welcomed through a defined process, and community support is available through established channels. The library is free and open-source, removing licensing barriers to adoption.