Navigation Menu

Skip to content

Commit

Permalink
Rebase of 07/04/2017
Browse files Browse the repository at this point in the history
  • Loading branch information
conker84 committed May 21, 2017
1 parent 3257bea commit b31b7b7
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions zeppelin-web/src/app/notebook/paragraph/result/result.css
Expand Up @@ -85,3 +85,31 @@ text.nodeLabel {
font-size: 1em;
pointer-events: none;
}

/* D3 Graph Configuration */
marker {
fill: #D3D3D3;
}
path.link {
fill: none;
stroke-width: 3px;
stroke: #D3D3D3;
}
path.textpath {
fill: none;
stroke: none;
}

text {
font-size: 12px;
pointer-events: none;
}
text.shadow {
stroke: #fff;
stroke-width: 3px;
stroke-opacity: .8;
}
text.nodeLabel {
font-size: 1em;
pointer-events: none;
}

0 comments on commit b31b7b7

Please sign in to comment.