yurks / ui-chart

Pure javascript chart implementation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Pure javascript chart implementation.

License:MIT License


Languages

Language:JavaScript 87.6%Language:CSS 12.4%