Add narrative schemas

This commit is contained in:
Franc Camps-Febrer
2018-12-03 16:40:27 +00:00
parent 85b31f59a0
commit e02b1c93e1
8 changed files with 36 additions and 11 deletions

View File

@@ -370,7 +370,6 @@ Stop and start the development process in terminal after you have added your tok
})
.style('stroke-dasharray', d => {
const styleProps = getNarrativeStyle(d[0].narrative);
console.log(styleProps)
return (styleProps.style === 'dotted') ? "2px 5px" : 'none';
})
.style('stroke', d => {