# d3plus/d3plus

A javascript library that extends D3.js to enable fast and beautiful visualizations.

Repository: https://github.com/d3plus/d3plus
Canonical: https://ross.abutalabs.com/products/d3plus
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2026-07-17T15:36:08+00:00

## Health v2 (maintenance only)
Score: 94/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 93, release rhythm 93, longevity 100
- inputs: {"age_days": 4985, "days_push": 47, "days_rel": 47, "gap_med": 6, "n_releases_24m": 28}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1616, forks 181 (observed 2026-08-28T04:05:11.893640+00:00)

## What it is
D3plus is a modular JavaScript/TypeScript library that extends D3.js to create beautiful, interactive SVG and Canvas visualizations with minimal configuration. It provides high-level chart components (treemaps, bar charts, etc.) with automatic tooltips, color assignment, and label placement, including React wrappers.

## Use cases
- create interactive charts with minimal configuration
- render treemaps and bar charts in React apps
- visualize hierarchical data as SVG
- render dense high-shape-count charts on canvas
- add tooltips and automatic label placement to D3 charts
- embed data visualizations via CDN in vanilla JavaScript

## When to choose
- you want D3-quality visualizations without writing low-level D3 code
- you need React components for charts with shared global styling
- you want automatic sensible defaults for tooltips, colors, and labels
- you need both SVG and Canvas rendering backends

## When to avoid
- you need full low-level control over every D3 primitive
- you need server-side or non-browser chart rendering
- you need WebGL or GPU-accelerated rendering for massive datasets
- you need a charting solution outside the JavaScript/web ecosystem

## Facets
- artifact type: library
- maturity: active
- function: data-visualization, charts
- domain: data-visualization, frontend, web-development
- platform: browser, cross-platform
- tags: d3, svg, canvas, react-components, charts, typescript, nodejs

## Member repositories
- d3plus/d3plus (main) score 94

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:11.893640+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:50:03.534968+00:00, confidence not recorded.
  - readme: https://github.com/d3plus/d3plus (fetched 2026-08-28T04:05:11.893640+00:00, sha cf1ce93bd4db)
  - registry_npm: https://registry.npmjs.org/d3plus (fetched 2026-08-29T11:22:43.016330+00:00, sha e63e75a3990d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
