Merge pull request #4394 from JoeSchr/develop

fix(doc/plotting): misplaced comma in example code
This commit is contained in:
Matthias 2021-02-18 17:43:53 +01:00 committed by GitHub
commit 4e5f8478b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.