danbi Han created ZEPPELIN-5595:
-----------------------------------

             Summary: Zeppelin neo4j interpreter - Choose "Relationship" labels
                 Key: ZEPPELIN-5595
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5595
             Project: Zeppelin
          Issue Type: Test
            Reporter: danbi Han
         Attachments: image-2021-11-29-16-00-04-740.png, 
image-2021-11-29-16-04-31-043.png

I'm using zeppelin neo4j interpreter well.

and now I want to display graph network.

but I failed to show the relationship's "property" not the relationship name.

 

The relationship 'SEARCH_COUNT' have a 'qc' property. so I can display like 
this:

!image-2021-11-29-16-00-04-740.png|width=326,height=271!  (neo4j browser)

 

but, in zeppelin, I couldn't find the way to change the relationship label:

!image-2021-11-29-16-04-31-043.png|width=472,height=375!

 

Is it impossible to show like the neo4j browser in zeppelin ?

 

cypher query is same:

---
match (q:Query)-[r:SEARCH_COUNT]-(demo:Demographic)
return q, r, demo
limit 2
---
 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to