Skip to content

Time panel does not show density when only timeless data is present #1766

@jleibs

Description

@jleibs

We resolved:

By ensuring the log_time timeline is always created:

However, the time panel still does not behave correctly. The TimeAxis code path makes a couple of assertions that we must have a non-empty set (

assert!(!times.is_empty());
), so initializing that with a default empty set as done in #1763 does not seem to be the correct solution.

The timeless data is being added separately to the density graph (

add_data_point(TimeRange::point(TimeInt::BEGINNING), num_timeless_messages);
) , but it seems something is still messed up in how the range is determined.

Metadata

Metadata

Assignees

Labels

uiconcerns graphical user interface🪳 bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions