Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stevenmiller888/deku-chart

Chart component for Deku
https://github.com/stevenmiller888/deku-chart

Last synced: 18 days ago
JSON representation

Chart component for Deku

Awesome Lists containing this project

README

        

# deku-chart
[![NPM version][npm-image]][npm-url]
[![license][license-image]][license-url]

A chart component built with Deku and Chart.js.

## Installation

$ npm install deku-chart

## Usage

```js

{
{
January: [65, 28],
February: [59, 48],
March: [80, 40],
April: [81, 19],
May: [56, 86],
June: [55, 27],
July: [40, 90]
}
}

```

## License

[MIT](https://tldrlegal.com/license/mit-license)

[npm-image]: https://img.shields.io/npm/v/deku-chart.svg?style=flat-square
[npm-url]: https://npmjs.org/package/deku-chart
[license-image]: https://img.shields.io/npm/l/express.svg
[license-url]: https://tldrlegal.com/license/mit-license