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