Skip to main content
Dataset

Simple Chart (SVG, Zero Dependencies)

Built-in SVG chart with no external dependencies. Supports bar, line, and area types.

Bar

Simple SVG bar chart with category data.

Chart showing 1 data seriesBar chart with 6 data points80644832160JanFebMarAprMayJun
Bar chart data
CategorySeries 1
Jan40
Feb65
Mar45
Apr80
May55
Jun70

Line

Simple SVG line chart with trend data.

Chart showing 1 data seriesLine chart with 6 data points80644832160JanFebMarAprMayJun
Line chart data
CategorySeries 1
Jan40
Feb65
Mar45
Apr80
May55
Jun70

Area

Simple SVG area chart showing magnitude.

Chart showing 1 data seriesArea chart with 6 data points80644832160JanFebMarAprMayJun
Area chart data
CategorySeries 1
Jan40
Feb65
Mar45
Apr80
May55
Jun70

Bar Chart

Chart.js bar charts with tree-shaken imports. Vertical, grouped, and stacked variants.

Vertical Bars

Standard column chart for comparing categories.

Monthly sales bar chart
Loading bar chart

Grouped Bars

Multi-series comparison across categories.

Quarterly comparison bar chart
Loading bar chart

Stacked Bars

Part-to-whole composition across categories.

Stacked product sales chart
Loading bar chart

Horizontal Bars

Horizontal bar chart for ranking data.

Horizontal sales chart
Loading bar chart

Line Chart

Chart.js line charts for trends and comparisons.

Single Line

Revenue trend over time.

Revenue trend line chart
Loading line chart

Multi-Line

Compare multiple series across the same timeline.

Device traffic comparison
Loading line chart

Area Chart

Filled line charts showing magnitude and trends.

Filled Area

User growth shown as filled area.

User growth area chart
Loading area chart

Pie Chart

Pie and doughnut charts for part-to-whole relationships.

Pie

Device type market share.

Device market share pie chart
Loading pie chart

Doughnut

Task status distribution.

Task status doughnut chart
Loading pie chart

Radar Chart

Chart.js radar charts for multi-dimensional comparisons. Uses radial scales instead of Cartesian axes.

Skill Profile

Single-series radar showing team strengths.

Team skill profile radar chart
Loading radar chart

Comparison

Two-series radar for head-to-head comparison.

Team comparison radar chart
Loading radar chart

Bubble Chart

Chart.js bubble charts for multi-variable analysis. Each point encodes x, y position and radius as a third variable.

Multi-Variable

Three dimensions encoded as position and size.

Multi-variable bubble chart
Loading bubble chart

Sparkline

Lightweight inline micro-charts. Pure SVG, zero dependencies. Ideal for embedding in tables and dashboards.

Inline Sparklines

Line, bar, and area sparklines embedded in a table.

Metric Current Trend
Revenue 85
Orders 78
Visitors 97

Gauge

Single-value radial meters. Pure SVG, zero dependencies. 270-degree arc sweep with optional color segments.

Simple Gauge

Basic gauge with value and label.

73Score

Segmented Gauge

Color zones indicate performance ranges.

73Health

Mini Gauges

Compact gauges for dashboard rows.

92CPU 67Memory 34Disk

Treemap

Nested rectangles showing hierarchical data proportions. Uses d3-hierarchy for layout. Click to zoom into nested categories.

Flat Treemap

Department budget allocation.

Department budget treemap
Loading treemap

Nested with Zoom

Click a category to drill down. Use breadcrumbs to navigate back.

Company org treemap with zoom
Loading treemap
← Back to Viz