Svelte 5 Micro-Chart – Data Visualization

SVG-based step charts and bar histograms. Pure CSS styling with no client-side charting libraries. Ideal for sparklines.

svelte charts svgsparklines sveltedashboard analytics

Preview

Component preview

Use Case

Designed for high-performance sparklines and data previews. Zero-dependency implementation ensures instant loading and perfect scaling.

Props API

Plot component props
PropTypeDefaultDescription
data PlotDataPoint[][]Array of data points { label, value }
type 'bar' | 'step''bar'Chart visualization type
height number120Chart height in pixels
class stringAdditional CSS classes

Related Components

See it in Action

Explore the Plot in an interactive dashboard environment.

Customize in Showroom

More Data Display Components