XinyeYang
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. 
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.  
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.