{"id":27874722,"url":"https://github.com/camerodev/react-google-charts","last_synced_at":"2025-09-24T16:39:59.834Z","repository":{"id":286642005,"uuid":"961568046","full_name":"camerodev/react-google-charts","owner":"camerodev","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-06T19:27:59.000Z","size":13457,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T16:43:28.674Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/camerodev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-04-06T19:23:22.000Z","updated_at":"2025-04-06T19:24:22.000Z","dependencies_parsed_at":"2025-04-07T16:46:47.112Z","dependency_job_id":"8ad7de8f-a73f-4d6d-9015-cbf76adc7b1e","html_url":"https://github.com/camerodev/react-google-charts","commit_stats":null,"previous_names":["camerodev/react-google-charts"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camerodev%2Freact-google-charts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camerodev%2Freact-google-charts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camerodev%2Freact-google-charts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camerodev%2Freact-google-charts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/camerodev","download_url":"https://codeload.github.com/camerodev/react-google-charts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252424939,"owners_count":21745835,"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":[],"created_at":"2025-05-05T01:37:46.045Z","updated_at":"2025-09-24T16:39:54.793Z","avatar_url":"https://github.com/camerodev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Google Charts\n\n\u003cimg align=\"right\" alt=\"Logo\" src=\"https://www.react-google-charts.com/img/logo-v2.svg\"\u003e\n\nReact Google Charts is a lightweight and fully typed React wrapper for [Google Charts](https://developers.google.com/chart/interactive/docs/reference).\n\nIt's easy to use, supports over 25 chart types, supports animations and is highly customizable when needed.\n\n[![version](https://img.shields.io/npm/v/react-google-charts.svg)](https://www.npmjs.com/package/react-google-charts)\n[![downloads](https://img.shields.io/npm/dm/react-google-charts.svg)](https://www.npmjs.com/package/react-google-charts)\n[![license](https://shields.io/badge/license-MIT-green)](http://opensource.org/licenses/MIT)\n[![bundle size](https://img.shields.io/bundlephobia/minzip/react-google-charts.svg)](https://bundlephobia.com/result?p=react-google-charts)\n![TypeScript](https://img.shields.io/badge/TypeScript-007ACC)\n\n\u003cbr /\u003e\n\u003ca href=\"https://www.react-google-charts.com/\"\u003eDocs\u003c/a\u003e\n\u003cspan\u003e\u0026nbsp;\u0026nbsp;•\u0026nbsp;\u0026nbsp;\u003c/span\u003e\n\u003ca href=\"https://www.react-google-charts.com/docs/quick-walkthrough\"\u003eQuickstart\u003c/a\u003e\n\u003cspan\u003e\u0026nbsp;\u0026nbsp;•\u0026nbsp;\u0026nbsp;\u003c/span\u003e\n\u003ca href=\"https://www.react-google-charts.com/examples\"\u003eExamples\u003c/a\u003e\n\u003cspan\u003e\u0026nbsp;\u0026nbsp;•\u0026nbsp;\u0026nbsp;\u003c/span\u003e\n\u003ca href=\"#contributing\"\u003eContributing\u003c/a\u003e\n\u003cspan\u003e\u0026nbsp;\u0026nbsp;•\u0026nbsp;\u0026nbsp;\u003c/span\u003e\n\u003ca href=\"https://stackoverflow.com/questions/tagged/react-google-charts\"\u003eStack Overflow\u003c/a\u003e\n\u003cspan\u003e\u0026nbsp;\u0026nbsp;•\u0026nbsp;\u0026nbsp;\u003c/span\u003e\n\u003ca href=\"https://discord.gg/nNa2EEgUkS\"\u003eDiscord\u003c/a\u003e\n\u003cbr /\u003e\n\u003chr /\u003e\n\n[![Visit Our Website](https://img.shields.io/badge/Visit-Website-green?style=for-the-badge)](https://react-google-charts.com)\n\n## Quickstart\n\nInstall this library with your favorite package manager:\n\n```bash\nnpm i react-google-charts\n```\n\nThen, import and use it:\n\n```jsx\nimport { Chart } from \"react-google-charts\";\n\n\u003cChart\n  chartType=\"ScatterChart\"\n  data={[\n    [\"Age\", \"Weight\"],\n    [4, 5.5],\n    [8, 12],\n  ]}\n  width=\"100%\"\n  height=\"400px\"\n  legendToggle\n/\u003e;\n```\n\n## Contributing\n\nContributions are very welcome. Check out [CONTRIBUTING.md](CONTRIBUTING.md)\n\n## Run the Storybook\n\n```bash\ngit clone https://www.github.com/rakannimer/react-google-charts\ncd react-google-charts\nnpm i\nnpm run start:storybook\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamerodev%2Freact-google-charts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcamerodev%2Freact-google-charts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamerodev%2Freact-google-charts/lists"}