Skip to content

Bidirectional two-stack row chart #510

Open
@mmmdreg

Description

@mmmdreg

See this image for an example.
These charts are similar to stacked charts for paired data (e.g. male/female). Whereas a usual stacked chart is good at showing the aggregate of two or more stacks (or the composition of the total i.e. a + b + c = total), a bi-directional chart more effectively shows the difference between two stacks across different bins.

An ideal implementation would use the same scale on both halves and be implemented as a stacked row chart (issue #397) with 2 and only 2 stacks, with an option 'bi-directional' which only takes effect if there are only 2 stacks.

In the meantime, it may be simulated by firstly allowing the regular row chart to be flipped horizontally (i.e. vertical axis and origin move to the right side of the graph) and then displaying the graph adjacent to a regular row chart.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions