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

Graph node z order is inconsistent #20

Open
ogallagher opened this issue Aug 18, 2021 · 0 comments
Open

Graph node z order is inconsistent #20

ogallagher opened this issue Aug 18, 2021 · 0 comments
Assignees
Labels
core-change Includes changes to core function, could be in a PR enhancement New feature or request

Comments

@ogallagher
Copy link
Owner

Depending on the order that they’re added to the graph, edges can sometimes display in front of cells instead of always being behind them (see demo video).

This could be fixed by specializing the cartesian graph and its canvas to group cells and edges separately, or by modifying those base classes directly to do so. I plan to do the latter, updating Graph and PannableCanvas to separate edges and cells into distinct groups, with a customizable z order.

@ogallagher ogallagher changed the title Cartesian graph node z order is inconsistent Graph node z order is inconsistent Aug 18, 2021
@ogallagher ogallagher added the enhancement New feature or request label Aug 18, 2021
@ogallagher ogallagher self-assigned this Aug 18, 2021
@ogallagher ogallagher added the core-change Includes changes to core function, could be in a PR label Aug 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core-change Includes changes to core function, could be in a PR enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant