Skip to content
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

Show error message when no visuals are renderable #177

Closed
kd-ods opened this issue Dec 3, 2024 · 0 comments · Fixed by #175
Closed

Show error message when no visuals are renderable #177

kd-ods opened this issue Dec 3, 2024 · 0 comments · Fixed by #175
Assignees
Labels
enhancement New feature or request

Comments

@kd-ods
Copy link
Collaborator

kd-ods commented Dec 3, 2024

Buried in this issue #70, was a requirement that:

When data is a valid JSON array of objects, but - after parsing and processing - actually no nodes or edges are rendered. It would be good to give user feedback in that instance. A simple error message like this would be useful:

Your data does not have any information that can be drawn.

Test data

[
  {
    "name": "nothing"
  }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging a pull request may close this issue.

2 participants