All Projects → reactivemarkets → React Financial Charts

reactivemarkets / React Financial Charts

Licence: mit
Charts dedicated to finance.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to React Financial Charts

react-financial-charts
Charts dedicated to finance.
Stars: ✭ 819 (+307.46%)
Mutual labels:  d3, charts, financial
Echarts
Apache ECharts is a powerful, interactive charting and data visualization library for browser
Stars: ✭ 49,119 (+24337.31%)
Mutual labels:  charts, canvas
Vega
A visualization grammar.
Stars: ✭ 9,554 (+4653.23%)
Mutual labels:  canvas, d3
G2
📊 A highly interactive data-driven visualization grammar for statistical charts.
Stars: ✭ 11,020 (+5382.59%)
Mutual labels:  charts, canvas
Nivo
nivo provides a rich set of dataviz components, built on top of the awesome d3 and React libraries
Stars: ✭ 9,550 (+4651.24%)
Mutual labels:  charts, canvas
Ac D3
Javascript Library for building Audiovisual Charts in D3
Stars: ✭ 76 (-62.19%)
Mutual labels:  charts, d3
React D3 Components
D3 Components for React
Stars: ✭ 1,599 (+695.52%)
Mutual labels:  charts, d3
Rickshaw
JavaScript toolkit for creating interactive real-time graphs
Stars: ✭ 6,506 (+3136.82%)
Mutual labels:  charts, d3
Fundcharts
轻量级canvas数据可视化组件库(可在web移动端、微信小程序、服务端nodejs运行)。包含折线图/面积图、饼图/环形图、柱状图、雷达图(蜘蛛图),散点图,K线图,组合图,持续更新及维护。
Stars: ✭ 143 (-28.86%)
Mutual labels:  charts, canvas
Vue Tree Chart
flexible tree chart using Canvas and Svg, powered by D3.js
Stars: ✭ 149 (-25.87%)
Mutual labels:  canvas, d3
Victory Native
victory components for react native
Stars: ✭ 2,013 (+901.49%)
Mutual labels:  charts, d3
Victory Pie
D3 pie & donut chart component for React
Stars: ✭ 61 (-69.65%)
Mutual labels:  charts, d3
Dashblocks
Enable Analytics in your Apps
Stars: ✭ 48 (-76.12%)
Mutual labels:  charts, d3
Victory
A collection of composable React components for building interactive data visualizations
Stars: ✭ 9,248 (+4501%)
Mutual labels:  charts, d3
Resonance
◾️Resonance | 5kb React animation library
Stars: ✭ 1,011 (+402.99%)
Mutual labels:  charts, d3
Schart.js
📊 Small & simple HTML5 charts
Stars: ✭ 110 (-45.27%)
Mutual labels:  charts, canvas
Plotly.js
Open-source JavaScript charting library behind Plotly and Dash
Stars: ✭ 14,268 (+6998.51%)
Mutual labels:  charts, d3
Wx Charts
微信小程序图表charts组件,Charts for WeChat Mini Program
Stars: ✭ 4,633 (+2204.98%)
Mutual labels:  canvas, charts
G
A powerful rendering engine which providing Canvas and SVG draw for G2 & G6
Stars: ✭ 556 (+176.62%)
Mutual labels:  charts, canvas
Earthjs
D3 Earth JS
Stars: ✭ 128 (-36.32%)
Mutual labels:  canvas, d3

React Financial Charts

Note: this repo is a fork of react-stockcharts, renamed, converted to typescript and bug fixes applied due to the original project being unmaintained.

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.

ci codecov GitHub license npm version

Charts dedicated to finance.

The aim with this project is create financial charts that work out of the box.

Features

  • integrates multiple chart types
  • technical indicators and overlays
  • drawing objects

Chart types

  • Scatter
  • Area
  • Line
  • Candlestick
  • OHLC
  • HeikenAshi
  • Renko
  • Kagi
  • Point & Figure

Indicators

  • EMA, SMA, WMA, TMA
  • Bollinger band
  • SAR
  • MACD
  • RSI
  • ATR
  • Stochastic (fast, slow, full)
  • ForceIndex
  • ElderRay
  • Elder Impulse

Interactive Indicators

  • Trendline
  • Fibonacci Retracements
  • Gann Fan
  • Channel
  • Linear regression channel

Installation

npm install react-financial-charts

Documentation

Stories

Contributing

Refer to CONTRIBUTING.md

This project is a mono-repo that uses Lerna to manage dependencies between packages.

To get started run:

git clone https://github.com/reactivemarkets/react-financial-charts.git
cd react-financial-charts
npm ci
npm run build

To start up a development server run:

npm start

Roadmap

  • [x] Convert to typescript
  • [x] Bump dependencies to latest
  • [x] Remove React 16 warnings
  • [x] Add CI
  • [x] Fix passive scrolling issues
  • [x] Implement PRs from react-stockcharts
  • [x] Add all typings
  • [x] Move examples to storybook
  • [x] Add all series' to storybook
  • [x] Split project into multiple packages
  • [x] Fix issues with empty datasets
  • [x] Correct all class props
  • [ ] Migrate to new React Context API
  • [ ] Remove all UNSAFE methods
  • [ ] Add documentation to storybook
  • [ ] Add full test suite

LICENSE

FOSSA Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].