ChoisSTANDARD UI컴포넌트 검색 /

Data

Radar Chart

semantic HTML

Multi-dimensional score comparison across shared indicators.

stablefreeSince 0.1.5

Live example

Current and target content quality
ClarityCurrent 84, Target 90
SEOCurrent 76, Target 88
DepthCurrent 68, Target 82
FreshnessCurrent 91, Target 94
<div data-standard-component="radar-chart" label="Content quality" data='{"indicators":[{"name":"Clarity","max":100},{"name":"SEO","max":100},{"name":"Depth","max":100},{"name":"Freshness","max":100}],"series":[{"name":"Current","value":[84,76,68,91]},{"name":"Target","value":[90,88,82,94]}]}'><table><caption>Current and target content quality</caption><tbody><tr><th>Clarity</th><td>Current 84, Target 90</td></tr><tr><th>SEO</th><td>Current 76, Target 88</td></tr><tr><th>Depth</th><td>Current 68, Target 82</td></tr><tr><th>Freshness</th><td>Current 91, Target 94</td></tr></tbody></table></div>

Variants and sizes

The pattern inherits theme and density tokens. Use compact, comfortable, or roomy density when the surrounding screen requires it.

compactcomfortableroomy

Public API

ContractValue
Implementationsemantic HTML
Statusstable
Licensefree
Since0.1.5
HTML contractNative HTML elements and attributes
EventsNative browser events

Accessibility

ECharts SVG visualization with an accessible SSR data-table fallback.

Server template guidance

<!-- Render the semantic HTML on the server. Load enhancement JavaScript only when this interaction is needed. -->