Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bar chart variants #1015

Closed
alexcjohnson opened this issue Oct 6, 2016 · 3 comments
Closed

Bar chart variants #1015

alexcjohnson opened this issue Oct 6, 2016 · 3 comments
Labels
feature something new

Comments

@alexcjohnson
Copy link
Collaborator

A couple of bar chart variants will be supported by #80 but only with extra calculation and redundant data. We could express these semantically fairly easily, I would think.

  • Grouped waterfall:
    waterfall_chart_example
    With explicit positioning this requires the user to calculate all the subtotals... can we just make this a new barmode? One complication is how to specify the total bar at the end, which ideally has no data associated with it but is a trace, so that it can be styled (and named) arbitrarily.
    Would we need a separate mode for a single waterfall group? I don't think so, and keeping each component as a separate trace adds styling and labeling flexibility.
  • Grouped stacks:
    example-of-cluster-stacked-chart
    Seems like just another barmode plus per-trace attributes for group number or ID.
@stingh711
Copy link

Expecting grouped stack bar chart. Both echarts and highcharts support it.

@nicolaskruchten
Copy link
Contributor

Another take on multiple waterfall charts: one series per waterfall.

image

@etpinard
Copy link
Contributor

Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature something new
Projects
None yet
Development

No branches or pull requests

4 participants