{"id":26268020,"url":"https://github.com/oslabs-beta/d3reactor","last_synced_at":"2025-07-04T05:08:24.962Z","repository":{"id":43706997,"uuid":"424035173","full_name":"oslabs-beta/d3reactor","owner":"oslabs-beta","description":"d3reactor is a data visualization library using the latest features from React and D3 (v6+) to make modern, visually appealing, performant charts more accessible to all developers, not just data visualization experts.","archived":false,"fork":false,"pushed_at":"2022-04-26T19:54:00.000Z","size":1594,"stargazers_count":28,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"dev","last_synced_at":"2025-06-05T22:04:03.522Z","etag":null,"topics":["chart","charts","d3","data-visualization","react"],"latest_commit_sha":null,"homepage":"https://www.d3reactor.com/","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/oslabs-beta.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":"2021-11-02T23:57:52.000Z","updated_at":"2022-05-11T18:32:16.000Z","dependencies_parsed_at":"2022-08-22T03:40:33.337Z","dependency_job_id":null,"html_url":"https://github.com/oslabs-beta/d3reactor","commit_stats":null,"previous_names":["oslabs-beta/d3reacts"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/oslabs-beta/d3reactor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oslabs-beta%2Fd3reactor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oslabs-beta%2Fd3reactor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oslabs-beta%2Fd3reactor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oslabs-beta%2Fd3reactor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oslabs-beta","download_url":"https://codeload.github.com/oslabs-beta/d3reactor/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oslabs-beta%2Fd3reactor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261003209,"owners_count":23095683,"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":["chart","charts","d3","data-visualization","react"],"created_at":"2025-03-14T04:19:08.359Z","updated_at":"2025-07-04T05:08:24.925Z","avatar_url":"https://github.com/oslabs-beta.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# d3reactor\n\nAn open-source library of charts for creating performant, responsive data visualizations built with React and D3. \n\nThe main goal of this library to help you create customizable charts easily. \n\n# Installation\nLet's get your first d3reactor chart setup in less \u003c 5 minutes.\n\n## Install the d3reactor package\n```\nnpm install d3reactor\n```\nOR\n```\nyarn add d3reactor\n```\n\n## Import d3reactor into your React project\n\n```\nimport * as d3reactor from \"d3reactor\"\n```\n\nOR you can import each chart separately \n\n```\nimport {AreaChart, BarChart, PieChart, ScatterPlot, LineChart} from \"d3reactor\"\n```\n\n# Examples\n\n```\n  \u003cBarChart\n    data={my_data}\n    xKey='my_xkey_value'\n    yKey='my_ykey_value'\n    groupBy='my_group' // if you want a multi-chart\n  /\u003e\n\n```\n\nAnd you're good to go!\n\n\u003cimg width=\"1100\" alt=\"Stacked Bar Chart\" src=\"https://user-images.githubusercontent.com/83976244/152201874-6b5e51a7-92a0-473d-abc7-9f06b45bc525.png\"\u003e\n\n\n# Documentation\n\nFor detailed information, please follow the links below: \n\n* [d3reactor](https://www.d3reactor.com/)\n* [Area Chart](https://www.docs.d3reactor.com/docs/Charts/area-chart)\n* [Bar Chart](https://www.docs.d3reactor.com/docs/Charts/bar-chart)\n* [Line Chart](https://www.docs.d3reactor.com/docs/Charts/line-chart)\n* [Pie Chart](https://www.docs.d3reactor.com/docs/Charts/pie-chart)\n* [Scatter Plot](https://www.docs.d3reactor.com/docs/Charts/scatter-plot)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foslabs-beta%2Fd3reactor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foslabs-beta%2Fd3reactor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foslabs-beta%2Fd3reactor/lists"}