Chart Gallery
Start with the visual result you need. Every public chart type is represented below, grouped to match the Chart Gallery navigation. Each tile opens a focused family page with guidance on when to use the chart, a live example, its expected data shape, common variants, and the options that matter most.
Line and Area
Distributions
Bar, Column, and Scatter
Density and Grids
Uncertainty
Specialized
Annotations
Facets and Layers
Every preview is a code-native inline SVG, keeping this index quick and making the artwork straightforward to restyle. Every linked family page includes a full-size live demo.
All chart families use the same composition model,
data binding, styling surface, and display/export
methods. A family container such as scatter_chart() makes a single-family
chart easy to read; neutral chart() layers different marks in one panel.
Looking for a specific family?
- Line for trends, and area, step, and stairs for ranges and states
- Scatter for relationships and encoded channels
- Bar and column for category comparisons
- Distributions: histogram, ECDF, box plot, and violin plot
- Density and grids: heatmap, hexbin, and contour
- Uncertainty for error bars and bands
- Specialized: stem, segments, and triangle mesh
- Annotations for rules, bands, labels, arrows, callouts, and threshold zones
- Facets and layers for small multiples and composed overlays