Skip to content

What determines vertical stack order for events? #465

@JaredDiCioccio

Description

@JaredDiCioccio

I have a requirement to display events, and one requirement is to have "similar" events from one source drawn in the same row.

For example:

Example

These are all events from "Node 1". We want all "TX" events to be drawn on the same row, and all "RCV" events to be drawn on the same row. So for this example I want the two "TX" events to be in the 'second row' of Node 1, and the two "RCV" events to be on the 'third row' of Node 1.

The backing data is not currently defined so I have total freedom there. Is there any current support for determining the vertical sort order of events within the same group?

codesandbox of above

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions