XinyeYang

Results 18 comments of XinyeYang

I set an event-listener on "CompletionEvent", it takes a long time to finish the "CompletionEvent" , once "CompletionEvent" finishes, the nodes separate in a short time.

The problem seems to be in the ```render (query?: Cypher)``` function. I printed the records in the ```onNext``` function and found that dozens of pieces of data were printed each...

Thank you for your reply! I have about 5000 pieces of data, and in future use, I need to query based on keywords. Therefore, I used ```renderWithCypher```, and the returned...

I add a ```console.log``` in neovis.js like this, then check the browser console. ![](https://user-images.githubusercontent.com/61686580/230019820-d3c20723-08ab-48c1-9240-a3eb88665a78.png)

Strangely, I am running on localhost, so maybe not the network problem. I just tried running in the neo4j console, it takes about 1 second. It is worth mentioning that...

I have no idea, even simply call ```neoViz.reload();``` also take a lot of time.

It seems like only my log. ![](https://user-images.githubusercontent.com/61686580/230031054-034331f4-dad4-408e-be60-512163b4a295.png) ![](https://user-images.githubusercontent.com/61686580/230030891-e930a32e-beab-4190-8d20-ce1644bcd59f.png)

When rendering for the first time, the log printed out all the data in an instant, and after reloading, it took several minutes to print, printing dozens at a time....

First time: enter the page. Second time: click 'query' button (call reload)

It doesn't do something else, just a simple query. ```MATCH (n:NEW_DCYD)-[r]->(m) WHERE n.YEAR >= '2022' RETURN *``` Yep, all the same.