Skip to content

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

@programmingwithtapcode

Description

@programmingwithtapcode

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions