Live-rendered fixtures via the Prism WASM runtime. Source specs live in
docs/src/gallery/*.prism.json; their precompiled
*.scene.json counterparts (regenerated by make docs)
are what <prism-chart> consumes. This page is a curated
subset — for the full 95-fixture catalog across all 15 categories, see
index.md.
The table mark renders as an interactive, paginated HTML
<table> through the html render backend —
not SVG geometry — via <prism-table>, a dedicated web
component that calls prism.renderHTML instead of
prism.render (see
Browser
› Render backends). Click a column header to sort, use
Prev/Next to page, or click a row to fire a
prism:select event — the same
installTableHandlers interactivity the static fixtures
use. See also the static fixtures:
table_accounts.html (plain
columns, paginated) and
table_revenue_trend.html
(a sparkline sub-mark column).
Initial frame only. The tween fires in <prism-chart>
when the spec or scene-doc swaps at runtime — see
Spec › Animation.
For the full 95-fixture catalog across all 15 categories, see index.md.