# novus/nvd3

A reusable charting library written in d3.js

Repository: https://github.com/novus/nvd3
Canonical: https://ross.abutalabs.com/products/nvd3
Homepage: http://nvd3.org/
Language: JavaScript
License: NOASSERTION
License Family: other
Last push: 2023-09-15T20:36:03+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 5039, "days_push": 1083, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 7225, forks 2069 (observed 2026-08-28T04:09:57.606103+00:00)

## What it is
NVD3 is a reusable charting library built on top of d3.js, providing ready-made chart components like pie, line, bar, boxplot, candlestick, sunburst, and force-directed graphs. It wraps D3's low-level API in reusable chart models with sensible defaults, tooltips, and interactive guideline features.

## Use cases
- add interactive charts to a web dashboard
- render line and bar charts with tooltips in the browser
- create pie and donut charts without writing raw D3 code
- visualize data with boxplot or candlestick charts
- build reusable chart components following Mike Bostock's reusable charts pattern

## When to choose
- you want quick, prebuilt D3-based charts with tooltips and interactivity
- your project already uses D3 v3.x
- you need a lightweight JavaScript charting library without heavy dependencies

## When to avoid
- your project uses D3 v4.x or later, which NVD3 does not support
- you need actively developed charts with modern framework integrations (React, Vue)
- you need charts beyond WebKit-oriented browser support or IE10-

## Facets
- artifact type: library
- maturity: maintenance
- function: data-visualization, charts
- domain: data-visualization, frontend, web-development
- platform: browser
- tags: d3, charting, svg, reusable-charts, javascript

## Member repositories
- novus/nvd3 (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:57.606103+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-29T17:39:48.078221+00:00, confidence not recorded.
  - readme: https://github.com/novus/nvd3 (fetched 2026-08-28T04:09:57.606103+00:00, sha 488a8328169a)
  - registry_npm: https://registry.npmjs.org/nvd3 (fetched 2026-08-29T08:34:53.386571+00:00, sha a66763d0acd1)
- Data as of 2026-08-30T08:39:29.467469+00:00.
