All Projects → react-financial → react-financial-charts

react-financial / react-financial-charts

Licence: MIT license
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: ✭ 201 (-75.46%)
Mutual labels:  d3, charts, financial
React D3 Components
D3 Components for React
Stars: ✭ 1,599 (+95.24%)
Mutual labels:  d3, charts
Victory
A collection of composable React components for building interactive data visualizations
Stars: ✭ 9,248 (+1029.18%)
Mutual labels:  d3, charts
Plotly.js
Open-source JavaScript charting library behind Plotly and Dash
Stars: ✭ 14,268 (+1642.12%)
Mutual labels:  d3, charts
Dashblocks
Enable Analytics in your Apps
Stars: ✭ 48 (-94.14%)
Mutual labels:  d3, charts
Victory Pie
D3 pie & donut chart component for React
Stars: ✭ 61 (-92.55%)
Mutual labels:  d3, charts
React Native Svg Charts
📈 One library to rule all charts for React Native 📊
Stars: ✭ 2,056 (+151.04%)
Mutual labels:  d3, charts
Carbon Charts
📊 📈⠀Robust dataviz framework implemented using D3 & typescript
Stars: ✭ 287 (-64.96%)
Mutual labels:  d3, charts
Keen Dataviz.js
Data Visualization Charting Library
Stars: ✭ 215 (-73.75%)
Mutual labels:  d3, charts
Reaviz
📊 Data visualization library for React based on D3
Stars: ✭ 215 (-73.75%)
Mutual labels:  d3, charts
FineChart-Saiku
d3.js visualize data for saiku-ui
Stars: ✭ 17 (-97.92%)
Mutual labels:  d3, charts
Resonance
◾️Resonance | 5kb React animation library
Stars: ✭ 1,011 (+23.44%)
Mutual labels:  d3, charts
Rickshaw
JavaScript toolkit for creating interactive real-time graphs
Stars: ✭ 6,506 (+694.38%)
Mutual labels:  d3, charts
Ac D3
Javascript Library for building Audiovisual Charts in D3
Stars: ✭ 76 (-90.72%)
Mutual labels:  d3, charts
Flask jsondash
🐍 📊 📈 Build complex dashboards without any front-end code. Use your own endpoints. JSON config only. Ready to go.
Stars: ✭ 3,215 (+292.55%)
Mutual labels:  d3, charts
Victory Native
victory components for react native
Stars: ✭ 2,013 (+145.79%)
Mutual labels:  d3, charts
React Native Svg Charts Examples
A collection of usage examples of react-native-svg-charts
Stars: ✭ 266 (-67.52%)
Mutual labels:  d3, charts
Victory Chart
Chart Component for Victory
Stars: ✭ 286 (-65.08%)
Mutual labels:  d3, charts
d3-in-angular
How to build reactive charts in Angular 8 using D3
Stars: ✭ 47 (-94.26%)
Mutual labels:  d3, charts
dashblocks-template
Dashblocks Vue Material Admin Template
Stars: ✭ 143 (-82.54%)
Mutual labels:  d3, charts

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/react-financial/react-financial-charts.git
cd react-financial-charts
npm ci
npm run build

To start up a development server run:

npm start

Roadmap

  • Convert to typescript
  • Bump dependencies to latest
  • Remove React 16 warnings
  • Add CI
  • Fix passive scrolling issues
  • Implement PRs from react-stockcharts
  • Add all typings
  • Move examples to storybook
  • Add all series' to storybook
  • Split project into multiple packages
  • Fix issues with empty datasets
  • 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].