Commit 674d8073 by Vishal Kadam

Added directed edges and process icon

parent c58482d7
.node circle {
g circle {
cursor: pointer;
stroke: green;
stroke-width: 2px;
fill: #1cef3d;
fill: url(#process-image);
}
.node circle.empty {
g circle.empty {
fill: #fdd916;
}
.node text {
font: 15px sans-serif;
pointer-events: none;
text-anchor: middle;
}
line.link {
.link {
fill: none;
stroke: green;
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 {
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