-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crashes consistently on Sankey diagrams #8
Comments
Do you have any sample queries that you can share which are crashing the app? |
Using MacOS Catalina 10.15.7 encounter problems right away For Sankey, and Vertical Sankey
App crashes and dashboard is lost Chord does work, but seems to truncate the data The bar charts seem to have problems rending axis labels properly:
Line Charts not labeled correctly, and disappear when expanded, but the hover tips still render, some kind of canvas issue?
Radar charts don't seem to work right, crashes the app
There also seems to be some issue with saving data for the dashboards in general. |
Perfect, thanks. When the app crashes can you open up the Developer > Developer Tools and check for errors? |
SankeyIt looks like the Sankey charts don't like circular references. The error is thrown by the underlying library so it can't be caught and turns the screen white which is frustrating. If I use this query instead it works:
I've added a check to remove circular references. Help PageSame problem with the Help page - for some reason the library supplies some invalid styles to a Transition component which throws an error - I've disabled animation which will hopefully solve the issue. Bar/Line labelsThis seems to work fine for me here so there must be some rendering issue somewhere. I'll see if I can replicate it with another browser. Issues Saving & OpeningAre you opening the app in Neo4j Desktop? If so, when the app opens it will look for If you're not using Neo4j Desktop then the information is saved to local storage in the browser. Feel free to drop me an email on adam at neo4j.com or send me a message on the Slack channel if you want to into more depth on this |
Hi Adam - Thanks for taking a look. I updated using your latest build - still seeing issues. I am launching through the desktop. Help is crashing the app, and updating the Sankey queries to remove the circular references didn't fix the crash issue. I don't see anything coming through in the logs that was informative. I am not seeing the .json files being created in /project folders. |
got the same issues as the original author regarding help and missing .json files. |
Seems very unstable in the upgraded desktop and using Neo4j 4.2+. Many of the chart types don't work or cant render labels properly.
The text was updated successfully, but these errors were encountered: