{"id":4160,"url":"https://github.com/PrazAs/react-native-charts","last_synced_at":"2025-08-04T00:32:23.041Z","repository":{"id":53980235,"uuid":"41832067","full_name":"PrazAs/react-native-charts","owner":"PrazAs","description":"Configurable react-native charting library– (right now just bar charts).","archived":false,"fork":false,"pushed_at":"2018-03-14T20:15:09.000Z","size":25,"stargazers_count":85,"open_issues_count":3,"forks_count":18,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-11-09T08:43:07.255Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PrazAs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-02T23:08:12.000Z","updated_at":"2024-10-15T21:15:03.000Z","dependencies_parsed_at":"2022-08-13T05:40:42.209Z","dependency_job_id":null,"html_url":"https://github.com/PrazAs/react-native-charts","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrazAs%2Freact-native-charts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrazAs%2Freact-native-charts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrazAs%2Freact-native-charts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrazAs%2Freact-native-charts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PrazAs","download_url":"https://codeload.github.com/PrazAs/react-native-charts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228576898,"owners_count":17939645,"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":"2024-01-05T20:17:02.942Z","updated_at":"2024-12-07T07:31:28.942Z","avatar_url":"https://github.com/PrazAs.png","language":"JavaScript","funding_links":[],"categories":["Components","Others"],"sub_categories":["UI"],"readme":"# react-native-charts\nConfigurable, animated react-native charting library– (right now just bar charts). \n\n![screen shot 2015-09-02 at 7 23 31 pm](https://cloud.githubusercontent.com/assets/1638987/9647197/8ec828e0-51a8-11e5-8257-35986fa76bf5.png)\n  \n\n### Example\n```javascript\nimport { BarChart } from 'react-native-charts'\n\n\u003cBarChart\n  dataSets={[\n    { \n      fillColor: '#46b3f7', \n      data: [\n        { value: 15 },\n        { value: 10 },\n        { value: 12 },\n        { value: 11 },\n      ]\n    },\n    { \n      fillColor: '#3386b9', \n      data: [\n        { value: 14 },\n        { value: 11 },\n        { value: 14 },\n        { value: 13 },\n      ]\n    },\n  ]}\n  graduation={1}\n  horizontal={false}\n  showGrid={true}\n  barSpacing={5}\n  style={{\n    height: 300,\n    margin: 15,\n  }}/\u003e\n```\n\n### TODO\n- [ ] Render labels for BarChart data\n- [ ] Other chart types including line graphs because they are awesome `¯\\_(ツ)_/¯`\n\nPull requests welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPrazAs%2Freact-native-charts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPrazAs%2Freact-native-charts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPrazAs%2Freact-native-charts/lists"}