Skip to content

Commit

Permalink
fix(display): volume histogram edges should be black
Browse files Browse the repository at this point in the history
  • Loading branch information
loiccoyle committed Apr 15, 2024
1 parent 07e1e2b commit 0b8923d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified tests/data/crypto_historical_plot_volume.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions tinyticker/display.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
ohlc="black",
volume="black",
)
MARKETCOLORS["vcedge"] = {"up": "black", "down": "black"}
STYLE = mpf.make_mpf_style(marketcolors=MARKETCOLORS, mavcolors=["k"])
STYLE_HIGHLIGHT = mpf.make_mpf_style(marketcolors=MARKETCOLORS, mavcolors=["r"])
TEXT_BBOX = {
Expand Down

0 comments on commit 0b8923d

Please sign in to comment.