Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stevenmiller888/deku-chart
- Owner: stevenmiller888
- Created: 2015-09-25T20:29:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-25T20:30:09.000Z (about 9 years ago)
- Last Synced: 2024-08-03T18:12:37.895Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 105 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
Awesome Lists containing this project
- awesome-deku - deku-chart
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