Nice-Charts
Nice-Charts copied to clipboard
📊🎨 Nice looking financial chart examples.
Nice Charts

This is a collection of financial charts I made with react-vis and vx-charts/visx for projects of mine. Sharing these in case anyone else finds them useful, feel free to open up a PR if there are any you would like to add. Inspiration came from https://github.com/hshoff/viewsource.
react-vis: https://github.com/uber/react-vis
yarn add react-vis
vx/visx: https://github.com/airbnb/visx
yarn add @vx/vx
Examples
Correlation Matrix
check out https://github.com/GunnarPDX/Correlations for backend usage examples
src/charts/MatrixChart.jsx

Order Book
src/charts/OrderBookChart.jsx

Candlesticks
src/charts/CandlestickChart.jsx

Price Chart
src/charts/PriceChart.jsx
src/charts/AreaChart.jsx

Threshold Chart
src/charts/ThresholdChart.jsx
