# ChartGPU/ChartGPU

Beautiful, open source, WebGPU-based charting library

Repository: https://github.com/ChartGPU/ChartGPU
Canonical: https://ross.abutalabs.com/products/chartgpu
Homepage: https://chartgpu.io
Language: TypeScript
License: MIT
License Family: permissive
Topics: chart-library, charting-library, data-analysis, webgpu, gpu, candlestick-chart, typescript, awesome-list, financial-charts, high-performance, open-source, scatter-plot, data-visualization, charts, shaders, wgsl, chart
Last push: 2026-08-24T12:06:47+00:00

## Health v2 (maintenance only)
Score: 81/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 96, longevity 16
- inputs: {"age_days": 229, "days_push": 9, "days_rel": 30, "gap_med": 1.0, "n_releases_24m": 33}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3212, forks 102 (observed 2026-08-28T04:07:49.357812+00:00)

## What it is
ChartGPU is an MIT-licensed TypeScript charting library that renders charts entirely with WebGPU instead of Canvas 2D or SVG. It targets large datasets, real-time streaming appends, multi-chart dashboards sharing one GPU device, and 3D series, with no WebGL/Canvas fallback.

## Use cases
- render million-point scatter plots in the browser
- build streaming real-time dashboards with many charts
- plot candlestick and OHLC financial charts
- visualize high-rate time series without dropped frames
- render 3D point clouds and surfaces on the web
- create heatmaps and spectrogram-style visualizations

## When to choose
- you need to chart hundreds of thousands to millions of points smoothly
- you are building observability, trading, or scientific dashboards with many synchronized charts
- your target browsers support WebGPU (Chrome/Edge 113+, Safari 18+)
- you want GPU-side sampling, density binning, and streaming appends with capped memory

## When to avoid
- you need broad browser support including older Firefox or WebGL/Canvas fallback
- you only need simple static charts with modest data sizes
- your users are on devices without WebGPU-capable GPUs

## Facets
- artifact type: library
- maturity: active
- function: data-visualization, charts, graphics
- domain: data-visualization, frontend, web-development, analytics
- platform: browser
- tags: webgpu, charting, streaming-data, candlestick, scatter-plot, heatmap, 3d-charts, gpu-rendering, financial-charts, zero-dependencies, web-server, nodejs, typescript

## Member repositories
- ChartGPU/ChartGPU (main) score 81

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:49.357812+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-30T07:24:42.496060+00:00, confidence not recorded.
  - readme: https://github.com/ChartGPU/ChartGPU (fetched 2026-08-28T04:07:49.357812+00:00, sha 9f6b7b9c28fd)
  - homepage: https://chartgpu.io (fetched 2026-08-29T09:38:31.586503+00:00, sha 991ba88c6376)
  - site_page: https://chartgpu.io/docs (fetched 2026-08-29T09:38:31.595982+00:00, sha 718f49d36bb8)
  - site_page: https://chartgpu.io/docs/performance (fetched 2026-08-29T09:38:31.598357+00:00, sha 5231914ccec2)
  - site_page: https://chartgpu.io/docs/getting-started (fetched 2026-08-29T09:38:31.600482+00:00, sha 678c381cff76)
  - site_page: https://chartgpu.io/docs/webgpu-charts (fetched 2026-08-29T09:38:31.602239+00:00, sha a3a5bf18ae7c)
  - site_page: https://chartgpu.io/docs/streaming-dashboards (fetched 2026-08-29T09:38:31.604143+00:00, sha af0b7d191bf5)
  - site_page: https://chartgpu.io/docs/charting (fetched 2026-08-29T09:38:31.606853+00:00, sha f7254b4cd6a2)
  - site_page: https://chartgpu.io/docs/annotations (fetched 2026-08-29T09:38:31.609192+00:00, sha e9ede161a4bb)
  - site_page: https://chartgpu.io/docs/theming (fetched 2026-08-29T09:38:31.611367+00:00, sha f6c575720a24)
- Data as of 2026-08-30T08:39:29.467469+00:00.
