Skip to content

Instantly share code, notes, and snippets.

@akollegger
Created June 12, 2019 07:42
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 akollegger/833a8893eb86a523ffc241180a298b1a to your computer and use it in GitHub Desktop.
Save akollegger/833a8893eb86a523ffc241180a298b1a 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.* {
color: #C990C0;
border-color: #b261a5;
text-color-internal: #FFFFFF;
defaultCaption: "<id>";
}
node.Person {
color: #F79767;
border-color: #f36924;
text-color-internal: #FFFFFF;
defaultCaption: "<id>";
caption: "{name}";
}
node.Movie {
color: #57C7E3;
border-color: #23b3d7;
text-color-internal: #FFFFFF;
defaultCaption: "<id>";
caption: "{title}";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment