Skip to content

Commit

Permalink
Update README.md for custom candlestick/error_bar
Browse files Browse the repository at this point in the history
  • Loading branch information
humphreylee authored Nov 9, 2024
1 parent 12c82f9 commit acdb1c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,3 +308,9 @@ You can also clone the repo and run `cargo run --bin gallery` to view the intera
<a href="./gallery/src/tree/from_left_to_right_tree.rs"><img src="./img/tree/from_left_to_right_tree.svg" width="40%" alt="From Left to Right Tree" /></a>
<a href="./gallery/src/tree/multiple_trees.rs"><img src="./img/tree/multiple_trees.svg" width="40%" alt="Multiple Trees" /></a>
</div>

### Custom Charts

<div align="center">
<a href="./gallery/src/candlestick/ohlc.rs"><img src="./img/candlestick/ohlc.svg" width="40%" alt="Custom Error Bar/Candle Stick" /></a>
</div>

0 comments on commit acdb1c3

Please sign in to comment.