Merge pull request #4394 from JoeSchr/develop
fix(doc/plotting): misplaced comma in example code
This commit is contained in:
commit
4e5f8478b1
@ -188,7 +188,7 @@ Sample configuration with inline comments explaining the process:
|
|||||||
'senkou_a': {
|
'senkou_a': {
|
||||||
'color': 'green', #optional
|
'color': 'green', #optional
|
||||||
'fill_to': 'senkou_b',
|
'fill_to': 'senkou_b',
|
||||||
'fill_label': 'Ichimoku Cloud' #optional,
|
'fill_label': 'Ichimoku Cloud', #optional
|
||||||
'fill_color': 'rgba(255,76,46,0.2)', #optional
|
'fill_color': 'rgba(255,76,46,0.2)', #optional
|
||||||
},
|
},
|
||||||
# plot senkou_b, too. Not only the area to it.
|
# plot senkou_b, too. Not only the area to it.
|
||||||
|
Loading…
Reference in New Issue
Block a user