-
Notifications
You must be signed in to change notification settings - Fork 684
Open
Description
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:
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?
