Skip to content

Commit d40f76c

Browse files
fix vcdopcod
1 parent 47cc425 commit d40f76c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/mplfinance/_styles.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,4 +267,7 @@ def _check_and_set_mktcolor(candle,**kwarg):
267267
if config['alpha'] is not None:
268268
marketcolors.update({'alpha':config['alpha']})
269269

270+
if config['vcdopcod'] is not None:
271+
marketcolors.update({'vcdopcod':config['vcdopcod']})
272+
270273
return marketcolors

0 commit comments

Comments
 (0)