mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 05:18:34 +03:00
fall back on a default red styling for narratives
This commit is contained in:
@@ -84,10 +84,16 @@ const initial = {
|
||||
palette: d3.schemeCategory10,
|
||||
|
||||
narratives: {
|
||||
narrative_1: {
|
||||
default: {
|
||||
style: 'dotted', // ['dotted', 'solid']
|
||||
opacity: 0.4, // range between 0 and 1
|
||||
stroke: '#ffffff', // Any hex or rgb code
|
||||
stroke: 'red', // Any hex or rgb code
|
||||
strokeWidth: 2
|
||||
},
|
||||
narrative_1: {
|
||||
style: 'solid', // ['dotted', 'solid']
|
||||
opacity: 0.4, // range between 0 and 1
|
||||
stroke: 'red', // Any hex or rgb code
|
||||
strokeWidth: 2
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user