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

Missing Arrow Icons on Marker Ends in Dynamic Graph Layouts #65

Open
programmingwithtapcode opened this issue May 7, 2024 · 0 comments

Comments

@programmingwithtapcode
Copy link

programmingwithtapcode commented May 7, 2024

I've encountered an issue where arrow icons at the marker ends of a graph layout are missing when the layout is set dynamically using a dynamic action. This issue seems to occur consistently under the following conditions:

Here is the code used:

const { self } = apex.region('graph'); self.settings = { ...self.settings, layout: 'force' };

Result:

image

If we look at the browser console, we can see that the marker end is missing

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant