/ui-chart

Pure javascript chart implementation.

Primary LanguageJavaScriptMIT LicenseMIT

ui-chart

Pure javascript chart implementation with care for perfomance and size.

Live Demo

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.

License

MIT license