{"id":21744540,"url":"https://github.com/indeemasoftware/react-component-widget","last_synced_at":"2026-04-09T09:49:34.209Z","repository":{"id":57333454,"uuid":"176468324","full_name":"IndeemaSoftware/react-component-widget","owner":"IndeemaSoftware","description":"Component for resizing and repositioning charts, parsing transferred data when working with Recharts library.","archived":false,"fork":false,"pushed_at":"2019-05-21T12:45:00.000Z","size":10,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-17T06:48:02.441Z","etag":null,"topics":["frontend","javascript","npm-package","react","react-components","recharts","webapp"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IndeemaSoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-19T08:57:49.000Z","updated_at":"2020-07-15T12:07:22.000Z","dependencies_parsed_at":"2022-08-24T20:20:30.948Z","dependency_job_id":null,"html_url":"https://github.com/IndeemaSoftware/react-component-widget","commit_stats":null,"previous_names":["indeemasoftware/reactwidget"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndeemaSoftware%2Freact-component-widget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndeemaSoftware%2Freact-component-widget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndeemaSoftware%2Freact-component-widget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndeemaSoftware%2Freact-component-widget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IndeemaSoftware","download_url":"https://codeload.github.com/IndeemaSoftware/react-component-widget/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244722655,"owners_count":20499153,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["frontend","javascript","npm-package","react","react-components","recharts","webapp"],"created_at":"2024-11-26T07:11:52.554Z","updated_at":"2025-12-31T00:03:45.219Z","avatar_url":"https://github.com/IndeemaSoftware.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"http://piccy.info/view3/13185949/92734046f45fb5aef95567c3145a3f29/\" target=\"_blank\"\u003e\u003cimg src=\"http://i.piccy.info/i9/9474356b2d657e802e0a70bc6b08aa83/1558442488/23417/1319081/Widgets_500.jpg\" alt=\"Piccy.info - Free Image Hosting\" border=\"0\" /\u003e\u003c/a\u003e\u003ca href=\"http://i.piccy.info/a3c/2019-05-21-12-41/i9-13185949/500x249-r\" target=\"_blank\"\u003e\u003cimg src=\"http://i.piccy.info/a3/2019-05-21-12-41/i9-13185949/500x249-r/i.gif\" alt=\"\" border=\"0\" /\u003e\u003c/a\u003e\n\n## ReactWidget Component\nA component for integrating \u003ca href=\"http://recharts.org/en-US/\"\u003eRecharts\u003c/a\u003e library into your project quick and easy.\n\n\u003cp\u003e\n    \u003ca href=\"https://github.com/IndeemaSoftware/ReactWidget/blob/master/LICENSE.md\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" /\u003e\n  \u003c/a\u003e \u003cimg src=\"https://img.shields.io/badge/keywords-npm%2C%20recharts%2C%20react-green.svg\" /\u003e\n\u003c/p\u003e\n\n## Getting Started\n\n### Prerequisites\nInstall the \u003ca href=\"http://recharts.org/en-US/guide/installation\"\u003eRecharts\u003c/a\u003e library.\n### Runs On\nAll browsers that include native Map and Set collection types. \n## Older Browsers Workaround \nIf your project supports older browsers and devices that don't include Map and Set (e.g., IE\u003c11) 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.\n### Install Widget\nInstall ReactWidget component using:\n`npm install --save react-indeema-widget`\n\n## Example of Use\n```jsx\nrender () {\n  return (\n    \u003cWidget\n      edit={this.onEditItem}\n      remove={this.onRemoveItem(data.i)}\n      settings={this.onSettingItem(data.i)}\n      isPropertySidebar={this.state.property \u0026\u0026 data.i === this.state.widgetInd}\n      w={d.w}\n      h={d.h}\n      type={data.type}\n      name={data.name}\n    /\u003e\n  );\n}\n```\n\n\n## See Also\nIf you prefer [Highcharts](https://github.com/highcharts/highcharts) over Recharts, check out [Dashboard](https://github.com/IndeemaSoftware/Dashboard) component.\n\n## Support\nIf you have suggestions, feedback, or encounter any issues, write to [Stackoverflow](https://stackoverflow.com/) or contact us at support@indeema.com. \n\nTo learn more about us, visit https://indeema.com.\n\n## License\n[MIT license](https://github.com/IndeemaSoftware/ReactWidget/blob/master/LICENSE)\nCopyright 2019 © [Indeema Software](https://indeema.com).\n### Developed by Roman Pavliv\n\n## Terms of Use\nReactWidget 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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findeemasoftware%2Freact-component-widget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Findeemasoftware%2Freact-component-widget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findeemasoftware%2Freact-component-widget/lists"}