Skip to content

ChartWidget

Lightweight chart display using labels + data arrays.

Live Demo

Usage

html
<div data-component="ChartWidget" data-props='{"labels":["Mon","Tue"],"data":[1,2],"title":"Weekly"}'></div>