ui-chart
Pure javascript chart implementation with care for perfomance and size.
Installing
Download latest release and attach it manually:
<script src="ui-chart.js"></script>
<link href="ui-chart.css" rel="stylesheet">
Usage
uiChart(container, data);
where container
is a DOM node to attach chart, and data
is an object with chart data.