Skip to content

Commit

Permalink
Merge pull request #119 from humphreylee/Add_Candlestick_OHLC_example
Browse files Browse the repository at this point in the history
Add missing Candlestick OHLC example output
  • Loading branch information
LukaOber authored Nov 11, 2024
2 parents f5e5b80 + e063297 commit c3f00c4
Show file tree
Hide file tree
Showing 2 changed files with 240 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>
234 changes: 234 additions & 0 deletions img/candlestick/ohlc.svg
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 c3f00c4

Please sign in to comment.