afidegnum opened a new issue #14:
URL: https://github.com/apache/incubator-age-viewer/issues/14
diagrams are not drawn following this error:
after this query:
```
SELECT * from cypher('text_test', $$
MATCH (V)-[R:connects]-(V2)
RETURN V,R,V2
$$) as (V agtype, R agtype, V2 agtype);
```
_$ SELECT * from cypher('text_test', $$ MATCH (V)-[R:connects]-(V2) RETURN
V,R,V2 $$) as (V agtype, R agtype, V2 agtype);
Converting circular structure to JSON
--> starting at object with constructor 'Object'
--- property 'properties' closes the circle_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]