Observable PlotSpecialized

Faceted Plot

Generic faceted visualization wrapper for creating small multiples.

Preview placeholder

faceted-v1

Installation

Terminal
npx @ontopic/viz add plot/generic/faceted-v1

Props

PropTypeDescription
dataFacetedData[]Data with faceting variable
facetBystringColumn to facet by

See full TypeScript interface on GitHub for all props.

Usage Example

TypeScript
import { FacetedPlot } from '@/viz/components/plot/generic/faceted-v1';