Commit 674d8073 by Vishal Kadam

Added directed edges and process icon

parent c58482d7
.node circle { g circle {
cursor: pointer; cursor: pointer;
stroke: green; stroke: green;
stroke-width: 2px; stroke-width: 2px;
fill: #1cef3d; fill: url(#process-image);
} }
.node circle.empty { g circle.empty {
fill: #fdd916; fill: #fdd916;
} }
.node text { .link {
font: 15px sans-serif;
pointer-events: none;
text-anchor: middle;
}
line.link {
fill: none; fill: none;
stroke: green; stroke: green;
stroke-width: 2px; stroke-width: 2px;
} }
g text {
pointer-events: none;
text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff;
}
.d3-tip pre { .d3-tip pre {
max-width: 400px; max-width: 400px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment