Skip to content

Commit 296430f

Browse files
committed
📝 remove pane
1 parent c294097 commit 296430f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

examples/fetch-from-binance.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ fn main() -> Result<(), Box<dyn Error>> {
4343
chart.set_bear_color(255, 107, 153);
4444
chart.set_vol_bull_color(1, 205, 254);
4545
chart.set_vol_bear_color(255, 107, 153);
46-
chart.set_volume_pane_height(5);
47-
chart.set_volume_pane_enabled(true);
48-
chart.set_volume_pane_unicode_fill('🚀');
46+
chart.set_volume_pane_height(15);
47+
chart.set_volume_pane_enabled(false);
48+
// chart.set_volume_pane_unicode_fill(true);
4949

5050
chart.draw();
5151

0 commit comments

Comments
 (0)