2019-12-05 13:07:01 -06:00
|
|
|
# chartjs-2-react
|
2019-11-21 11:49:03 -06:00
|
|
|
|
2019-12-05 13:07:01 -06:00
|
|
|
> Libreria de chart.js para React.js
|
|
|
|
|
2020-02-08 15:15:09 -06:00
|
|
|
[![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)
|
2019-12-05 13:07:01 -06:00
|
|
|
|
|
|
|
## 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 />
|
|
|
|
)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
```-->
|
2019-11-21 11:49:03 -06:00
|
|
|
|
|
|
|
## License
|
2019-12-05 13:07:01 -06:00
|
|
|
[MIT](https://choosealicense.com/licenses/mit/)
|