[ 
https://issues.apache.org/jira/browse/ATLAS-406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15087536#comment-15087536
 ] 

Hemanth Yamijala commented on ATLAS-406:
----------------------------------------

Also, the icons for DataSets seems to be those of the process again. I notice 
some change in the patch around this, not sure if it could be causing the issue:

{code}
+                node.select("image.nodeImage")
+                    .attr("r", 4.5)
+                    .attr("xlink:href", function(d) {
+                        if (d._children) {
+                            return d.type === 'Table' ? 
'../img/tableicon1.png' : '../img/process1.png';
+                        }
+                        return d.type === 'Table' ? '../img/tableicon.png' : 
'../img/process.png';
+                    });
+
{code}

> Resizing lineage window – should be an anchor on a corner – like ppt for 
> graphic
> --------------------------------------------------------------------------------
>
>                 Key: ATLAS-406
>                 URL: https://issues.apache.org/jira/browse/ATLAS-406
>             Project: Atlas
>          Issue Type: Task
>    Affects Versions: 0.6-incubating
>            Reporter: Anilsg
>            Assignee: Sanjay Patel
>         Attachments: ATLAS-406_v1.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to