aspectron / dagviz

0 stars 0 forks source link

Locating blocks on the time axis #1

Closed ey51 closed 4 years ago

ey51 commented 4 years ago

Current state

Two blocks with the same timestamp, but one is the parent of the other are drawn one over the other on the time axis.

Proposed change

Location on the time axis can be deduced from parent relation. If a block A points to block B, it should be drawn at a later "index" on the time axis.

Examples

image

Example 1, in the screenshot below:

Example 2, in the screenshot below:

ey51 commented 4 years ago

The way the blocks are layed out on the x-axis using blue score as the x-axis index is good.