Alejandro Lembke Barrientos
fe3bf8702e
Se agrega la libreria react-chartjs-2 para agregar las graficas de Barras y de Lineas. Se sube a version 1.1.0 Se sube a GitHub 1.1.0
31 lines
604 B
Markdown
31 lines
604 B
Markdown
# chartjs-2-react
|
|
|
|
> Libreria de chart.js para React.js
|
|
|
|
[![NPM](https://img.shields.io/npm/v/chart-2-react.svg)](https://www.npmjs.com/package/chartjs-2-react) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
|
|
|
|
## Install
|
|
|
|
```bash
|
|
npm install --save chart-2-react
|
|
```
|
|
|
|
<!--## Usage
|
|
|
|
```jsx
|
|
import React, { Component } from 'react'
|
|
|
|
import MyComponent from 'chart-2-react'
|
|
|
|
class Example extends Component {
|
|
render () {
|
|
return (
|
|
<MyComponent />
|
|
)
|
|
}
|
|
}
|
|
```-->
|
|
|
|
## License
|
|
[MIT](https://choosealicense.com/licenses/mit/)
|