mirror of
https://github.com/aleleba/chartjs-2-react.git
synced 2025-07-03 20:28:17 -06:00
31 lines
602 B
Markdown
31 lines
602 B
Markdown
# chartjs-2-react
|
|
|
|
> Libreria de chart.js para React.js
|
|
|
|
[](https://www.npmjs.com/package/chart-2-react) [](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/)
|