8000 whoops, one more colors update · skytree-brian/plotly.py@f880a5e · GitHub
[go: up one dir, main page]

Skip to content

Commit f880a5e

Browse files
committed
whoops, one more colors update
1 parent 609b033 commit f880a5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plotly/tools.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2423,8 +2423,8 @@ def _make_increasing_candle(open, high, low, close, dates, **kwargs):
24232423
kwargs.setdefault('name', 'Increasing')
24242424
showlegend = False
24252425

2426-
kwargs.setdefault('marker', dict(color='rgb(44, 160, 44)'))
2427-
kwargs.setdefault('line', dict(color='rgb(44, 160, 44)', width=4))
2426+
kwargs.setdefault('marker', dict(color=_DEFAULT_INCREASING_COLOR))
2427+
kwargs.setdefault('line', dict(color=_DEFAULT_INCREASING_COLOR, width=4))
24282428

24292429
hidden_bar_incr = dict(type='bar',
24302430
x=increase_x,

0 commit comments

Comments
 (0)
0