Library/ Data Viz/ Lollipop
Ranking · Single-metric · Ordered comparison

Top funds, ranked.

Top-10 alternative funds by platform AUM. Cleaner than a horizontal bar chart for ranked lists — the dot draws the eye to the value, the stem just provides context. Swap in your data to use for top sponsors, top advisors by AUM, top deals by NPV.

Top 10 funds · AUM ($B)

Sorted by AUM · Q1 2026
#1 fund
$12B
Blackstone PE
Top 3 share
35%
of platform AUM
Median (10)
$4.6B
across top-10
Strategies
4
PE · PC · RE · Infra

Fork & ship

Inline SVG, no D3. Edit ITEMS array — each entry needs name, value, optional highlight.

const ITEMS = [
  { name: "Blackstone PE",       value: 12000 },
  { name: "KKR North America",   value: 9100, highlight: true },
  // ... etc
];

When to use this

Ranked single-metric comparison. Better than bars when you have >5 items because it reduces ink density. Highlight one or two items to anchor the reader's eye — competitor benchmarks, your own positioning.

Reading notes

Sort descending. Highlighted (orange) dots are picked rows — your fund, the benchmark, the comp. Hover any row for the absolute value.