Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
GunnarPDX committed Jul 19, 2021
1 parent c593d72 commit f8bf8a3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

![examples preview](https://github.com/GunnarPDX/Nice-Charts/blob/master/preview.png?raw=true)

These are some financial charts I made with react-vis and vx-charts/visx. More on the way!
These are some 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.

react-vis: https://github.com/uber/react-vis
`yarn add react-vis`
Expand All @@ -13,18 +14,12 @@ vx/visx: https://github.com/airbnb/visx

# Examples
### Correlation Matrix
check out https://github.com/GunnarPDX/Correlations for backend usage examples
`src/charts/MatrixChart.jsx`

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


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

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


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

Expand All @@ -36,3 +31,13 @@ vx/visx: https://github.com/airbnb/visx

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

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

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

### Threshold Chart
`src/charts/ThresholdChart.jsx`

![price chart img](https://github.com/GunnarPDX/Nice-Charts/blob/master/threshold.png?raw=true)
Binary file added threshold.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 f8bf8a3

Please sign in to comment.