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.
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 ];
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.
Sort descending. Highlighted (orange) dots are picked rows — your fund, the benchmark, the comp. Hover any row for the absolute value.