Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/indeemasoftware/react-component-widget
Component for resizing and repositioning charts, parsing transferred data when working with Recharts library.
https://github.com/indeemasoftware/react-component-widget
frontend javascript npm-package react react-components recharts webapp
Last synced: 5 days ago
JSON representation
Component for resizing and repositioning charts, parsing transferred data when working with Recharts library.
- Host: GitHub
- URL: https://github.com/indeemasoftware/react-component-widget
- Owner: IndeemaSoftware
- License: mit
- Created: 2019-03-19T08:57:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-21T12:45:00.000Z (over 5 years ago)
- Last Synced: 2024-12-13T19:57:55.064Z (about 2 months ago)
- Topics: frontend, javascript, npm-package, react, react-components, recharts, webapp
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## ReactWidget Component
A component for integrating Recharts library into your project quick and easy.## Getting Started
### Prerequisites
Install the Recharts library.
### Runs On
All browsers that include native Map and Set collection types.
## Older Browsers Workaround
If your project supports older browsers and devices that don't include Map and Set (e.g., IE<11) or that have non-compliant implementations (e.g., IE11), consider including a global polyfill in your bundled application, such as [core-js](https://github.com/zloirock/core-js) or babel-polyfill.
### Install Widget
Install ReactWidget component using:
`npm install --save react-indeema-widget`## Example of Use
```jsx
render () {
return (
);
}
```## See Also
If you prefer [Highcharts](https://github.com/highcharts/highcharts) over Recharts, check out [Dashboard](https://github.com/IndeemaSoftware/Dashboard) component.## Support
If you have suggestions, feedback, or encounter any issues, write to [Stackoverflow](https://stackoverflow.com/) or contact us at [email protected].To learn more about us, visit https://indeema.com.
## License
[MIT license](https://github.com/IndeemaSoftware/ReactWidget/blob/master/LICENSE)
Copyright 2019 © [Indeema Software](https://indeema.com).
### Developed by Roman Pavliv## Terms of Use
ReactWidget component is released for testing purposes only. We make no guarantees with respect to its function. By using this software you agree that Indeema is not liable for any damage to your system and data.