refmt source URL and reducers

to use ES6 spread syntax
This commit is contained in:
Lachlan Kermode
2018-12-04 18:01:32 +00:00
parent d80e39c698
commit be4eca8352
4 changed files with 58 additions and 33 deletions

View File

@@ -119,10 +119,10 @@ const initial = {
narratives: {
default: {
style: 'dotted', // ['dotted', 'solid']
opacity: 0.4, // range between 0 and 1
style: 'solid', // ['dotted', 'solid']
opacity: 0.9, // range between 0 and 1
stroke: 'red', // Any hex or rgb code
strokeWidth: 2
strokeWidth: 5
},
narrative_1: {
style: 'solid', // ['dotted', 'solid']