Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
674d8073
Commit
674d8073
authored
Feb 04, 2015
by
Vishal Kadam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added directed edges and process icon
parent
c58482d7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
10 deletions
+9
-10
lineage.css
public/css/lineage.css
+9
-10
process.png
public/img/process.png
+0
-0
lineageController.js
public/modules/lineage/lineageController.js
+0
-0
No files found.
public/css/lineage.css
View file @
674d8073
.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
;
}
...
...
public/img/process.png
0 → 100644
View file @
674d8073
3.13 KB
public/modules/lineage/lineageController.js
View file @
674d8073
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment