Charts

Data-driven chart types — bar, column, area, line, pie, radial, burndown

ASW ships native charting — semantic <table> elements with data-chart attributes. No JavaScript. No SVG. Pure CSS.

Chart types

TypeAttributeUse case
Bardata-chart="bar"Horizontal comparison
Columndata-chart="column"Vertical time-series
Areadata-chart="area"Filled trend line
Linedata-chart="line"Trend with data points
Piedata-chart="pie"Part-to-whole
Radialdata-chart="radial"Single-value gauge
Burndowndata-chart="burndown"Sprint tracking

Examples

Compositions

Advanced techniques

Reference

See Charts docs for the full attribute reference and modifier list.