Skip to content

Instantly share code, notes, and snippets.

@ikwattro
Created July 30, 2018 08:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ikwattro/1a8412b97499a46e434c6205d3bf3893 to your computer and use it in GitHub Desktop.
Save ikwattro/1a8412b97499a46e434c6205d3bf3893 to your computer and use it in GitHub Desktop.
{
"node": {
"diameter": "50px",
"color": "#A5ABB6",
"border-color": "#9AA1AC",
"border-width": "2px",
"text-color-internal": "#FFFFFF",
"font-size": "10px"
},
"relationship": {
"color": "#A5ABB6",
"shaft-width": "1px",
"font-size": "8px",
"padding": "3px",
"text-color-external": "#000000",
"text-color-internal": "#FFFFFF",
"caption": "<type>"
},
"node.VideoTranscript": {
"color": "#68BDF6",
"border-color": "#5CA8DB",
"text-color-internal": "#FFFFFF",
"caption": "{title}"
},
"node.Keyword": {
"color": "#68BDF6",
"border-color": "#5CA8DB",
"text-color-internal": "#FFFFFF",
"caption": "{value}",
"diameter": "65px"
},
"node.*": {
"color": "#FF756E",
"border-color": "#E06760",
"text-color-internal": "#FFFFFF",
"defaultCaption": "<id>"
},
"node.AnnotatedText": {
"color": "#DE9BF9",
"border-color": "#BF85D6",
"text-color-internal": "#FFFFFF",
"caption": "{numTerms}"
},
"relationship.DESCRIBES": {
"shaft-width":'{relevance}'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment