naver/billboard.js

📊 Re-usable, easy interface JavaScript chart library based on D3.js, with SVG and Canvas rendering support

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 59 minutes ago
Added to GitGenius on September 11th, 2026
Created on June 8th, 2017
Open Issues & Pull Requests: 148 (+0)
GitHub issues: Enabled
Number of forks: 357
Total Stargazers: 6,007 (+0)
Total Subscribers: 68 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 10
New in 7 days: 1
Closed in 7 days: 1
Avg open age: 1,001 days
Stale 30+ days: 10
Stale 90+ days: 10

Recent activity

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

Top labels

  • bug (39)
  • question (29)
  • feature (24)
  • request (22)
  • enhancement (8)
  • need-investigate (5)
  • practical (2)
  • suggestion (2)

Most active issues this week

Detailed Description

billboard.js is a charting library that provides a re-usable, easy interface for creating data visualizations in JavaScript, built on top of D3.js with support for both SVG and Canvas rendering.

The library abstracts away much of D3.js's complexity, which can be steep for developers who need to create charts quickly without becoming D3 experts. It achieves this by offering a declarative API where developers specify what data to display and how it should look, rather than manually constructing the underlying D3 selections and transformations. The tool handles the rendering details internally, supporting multiple output formats through its dual SVG and Canvas backend options.

Developers should choose billboard.js if they need to add charts to web applications without investing heavily in D3.js knowledge or if they want faster development cycles for visualization features. It suits projects ranging from dashboards to data-driven applications where chart interactivity and customization matter but where building from D3 primitives would be overkill. The library's re-usable component model makes it practical for applications that display many different charts with consistent styling and behavior.

The project maintains active development with regular updates addressing bug fixes and feature enhancements. The codebase is written in TypeScript, providing type safety for developers integrating the library into typed projects. Documentation is comprehensive and accessible, supporting developers at different experience levels with D3.js. The project demonstrates responsiveness to user feedback through issue resolution and maintains backward compatibility across releases while evolving its capabilities.