{"id":25897798,"url":"https://github.com/reactivemarkets/react-financial-charts","last_synced_at":"2025-12-29T23:05:17.411Z","repository":{"id":37611138,"uuid":"206840619","full_name":"react-financial/react-financial-charts","owner":"react-financial","description":"Charts dedicated to finance.","archived":false,"fork":false,"pushed_at":"2024-03-09T05:25:39.000Z","size":11171,"stargazers_count":1289,"open_issues_count":56,"forks_count":235,"subscribers_count":40,"default_branch":"main","last_synced_at":"2025-03-02T15:12:36.577Z","etag":null,"topics":["canvas","charts","d3","financial","react","stockchart"],"latest_commit_sha":null,"homepage":"https://react-financial.github.io/react-financial-charts/","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/react-financial.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-06T17:12:09.000Z","updated_at":"2025-02-26T05:48:02.000Z","dependencies_parsed_at":"2024-06-03T00:31:14.289Z","dependency_job_id":"3433c3b2-5b35-47ab-9e48-a44e68c1a436","html_url":"https://github.com/react-financial/react-financial-charts","commit_stats":null,"previous_names":["reactivemarkets/react-financial-charts"],"tags_count":46,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-financial%2Freact-financial-charts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-financial%2Freact-financial-charts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-financial%2Freact-financial-charts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-financial%2Freact-financial-charts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/react-financial","download_url":"https://codeload.github.com/react-financial/react-financial-charts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241587916,"owners_count":19986627,"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":["canvas","charts","d3","financial","react","stockchart"],"created_at":"2025-03-03T00:01:12.931Z","updated_at":"2025-12-29T23:05:17.405Z","avatar_url":"https://github.com/react-financial.png","language":"TypeScript","funding_links":[],"categories":["Charts \u0026 Visualization"],"sub_categories":[],"readme":"# React Financial Charts\n\n\u003e **Note:** this repo is a fork of [react-stockcharts](https://github.com/rrag/react-stockcharts), renamed, converted to typescript and bug fixes applied due to the original project being unmaintained.\n\n\u003e **Note:** v1 is a fully breaking change with large parts, if not all, rewritten. Do not expect the same API! although the same features should exist.\n\n![ci](https://github.com/react-financial/react-financial-charts/workflows/ci/badge.svg)\n[![codecov](https://codecov.io/gh/reactivemarkets/react-financial-charts/branch/master/graph/badge.svg)](https://codecov.io/gh/reactivemarkets/react-financial-charts)\n [![GitHub license](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/react-financial/react-financial-charts/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/react-financial-charts.svg?style=flat)](https://www.npmjs.com/package/react-financial-charts)\n\nCharts dedicated to finance.\n\nThe aim with this project is create financial charts that work out of the box.\n\n## Features\n\n- integrates multiple chart types\n- technical indicators and overlays\n- drawing objects\n\n### Chart types\n\n- Scatter\n- Area\n- Line\n- Candlestick\n- OHLC\n- HeikenAshi\n- Renko\n- Kagi\n- Point \u0026 Figure\n\n### Indicators\n\n- EMA, SMA, WMA, TMA\n- Bollinger band\n- SAR\n- MACD\n- RSI\n- ATR\n- Stochastic (fast, slow, full)\n- ForceIndex\n- ElderRay\n- Elder Impulse\n\n### Interactive Indicators\n\n- Trendline\n- Fibonacci Retracements\n- Gann Fan\n- Channel\n- Linear regression channel\n\n---\n\n## Installation\n\n```sh\nnpm install react-financial-charts\n```\n\n## Documentation\n\n[Stories](https://react-financial.github.io/react-financial-charts/)\n\n## Contributing\n\nRefer to [CONTRIBUTING.md](./CONTRIBUTING.md)\n\nThis project is a mono-repo that uses [Lerna](https://lerna.js.org/) to manage dependencies between packages.\n\nTo get started run:\n\n```bash\ngit clone https://github.com/react-financial/react-financial-charts.git\ncd react-financial-charts\nnpm ci\nnpm run build\n```\n\nTo start up a development server run:\n\n```bash\nnpm start\n```\n\n## Roadmap\n\n- [x] Convert to typescript\n- [x] Bump dependencies to latest\n- [x] Remove React 16 warnings\n- [x] Add CI\n- [x] Fix passive scrolling issues\n- [x] Implement PRs from react-stockcharts\n- [x] Add all typings\n- [x] Move examples to storybook\n- [x] Add all series' to storybook\n- [x] Split project into multiple packages\n- [x] Fix issues with empty datasets\n- [x] Correct all class props\n- [x] Migrate to new React Context API\n- [x] Remove all UNSAFE methods\n- [ ] Add documentation to storybook\n- [ ] Add full test suite\n\n## LICENSE\n\n[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B13613%2Fgit%40github.com%3Areactivemarkets%2Freact-financial-charts.git.svg?type=large)](https://app.fossa.com/projects/custom%2B13613%2Fgit%40github.com%3Areactivemarkets%2Freact-financial-charts.git?ref=badge_large)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freactivemarkets%2Freact-financial-charts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freactivemarkets%2Freact-financial-charts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freactivemarkets%2Freact-financial-charts/lists"}