Skip to content

Commit

Permalink
readme up
Browse files Browse the repository at this point in the history
  • Loading branch information
GunnarPDX committed Nov 1, 2020
1 parent 54ddb40 commit c69fdd1
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Nice Charts
These are some slick financial charts I made with react-vis and vx-charts/visx. More on the way soon!

react-vis: https://github.com/uber/react-vis

vx/visx: https://github.com/airbnb/visx

# Examples
### Correlation Matrix
Expand All @@ -6,5 +12,21 @@
![correlation matrix img](https://github.com/GunnarPDX/correlation-matrix-chart/blob/master/corr-matrix.png?raw=true)


## Made with Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
### Price Chart
`src/charts/PriceChart.jsx`
`src/charts/AreaChart.jsx`

![correlation matrix img](https://github.com/GunnarPDX/correlation-matrix-chart/blob/master/price-chart.png?raw=true)


### Order Book
`src/charts/OrderBookChart.jsx`

![correlation matrix img](https://github.com/GunnarPDX/correlation-matrix-chart/blob/master/order-book.png?raw=true)


### Candlesticks
`src/charts/CandlestickChart.jsx`

![correlation matrix img](https://github.com/GunnarPDX/correlation-matrix-chart/blob/master/candlesticks.png?raw=true)

Binary file added cnadlesticks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified corr-matrix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added order-book.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added price-chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c69fdd1

Please sign in to comment.