Skip to content

stacking segments #2236

Open
Open
@Fil

Description

@Fil

The stack transform could be extended from point bases to segment bases, where something extends from start to end.

Various kinds of outputs can be generated, depending on what we want to achieve:

  • a single value y for each segment (piling up straight segments into "lanes")
  • a series of (x, y) values for each segment (typically for a burndown chart)
  • a series of (x, y) values, with a reducer such as "max" or "sum" (typically for a coverage chart)

Prior art:

lanes
lanes

coverage
coverage

burndown
burndown

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions