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

Paired Row Chart and Row Chart useRightYAxis #943

Closed
wants to merge 53 commits into from

Conversation

ruhley
Copy link
Contributor

@ruhley ruhley commented Jun 4, 2015

No description provided.

@gordonwoodhull
Copy link
Contributor

Coooool. One could implement #510 bidirectional row chart with this.

@ruhley
Copy link
Contributor Author

ruhley commented Jun 5, 2015

I am working on a Paired Row Chart like https://reference.wolfram.com/language/ref/PairedBarChart.html if that is what you mean by a bidirectional row chart.

This is a precursor to getting the paired row chart (or whatever you want to call it) to work.

@ruhley
Copy link
Contributor Author

ruhley commented Jun 5, 2015

I have just noticed that the animation when rendering is still going from right to left. If you hold off for a bit I can get that to work from left to right as well.

@gordonwoodhull
Copy link
Contributor

Yeah exactly, see the link to #510 above. Usually used for gender vs age distribution.

Thanks for the row example, that's been missing.

I'm going to have to wait for tests (nudge, or write them myself), so no rush...

@ruhley
Copy link
Contributor Author

ruhley commented Jun 5, 2015

I have fixed up the animation for row charts that are right aligned and also added tests. How does it all look?

@ruhley
Copy link
Contributor Author

ruhley commented Jul 9, 2015

@gordonwoodhull I have implemented the paired row chart, included examples and tests. I feel it is a little hacky by having two sub row charts, but all in all it works great for me. I had to change the row chart slightly to get it to work.

Take a look at the example for how it works.

@ruhley ruhley changed the title row chart useRightYAxis and examples Paired Row Chart and Row Chart useRightYAxis Jul 9, 2015
@gordonwoodhull gordonwoodhull added this to the v2.1 milestone Jul 30, 2015
@gordonwoodhull
Copy link
Contributor

Ooops, usually the best practice is to create a feature branch when contributing a PR. This has a ton of other changes in it now. I think I can sort through and find the changes that are relevant to this feature.

Sorry for the extreme lag in merging this! It's hard to find the time for a careful review.

@ruhley
Copy link
Contributor Author

ruhley commented Nov 19, 2015

Yea, I realised that I probably should have done that a bit late, which is why I updated the changelog, so that anyone could find the commits for each feature easier.

@gordonwoodhull
Copy link
Contributor

Yes, that is very helpful! Probably what needs to happen next is for someone (could be me or anyone with decent git fu) to create a PR with just those changes. I have to review changes mostly independently.

This was referenced Dec 17, 2015
@gordonwoodhull
Copy link
Contributor

Replaced by #1068, with just the relevant commits.

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

Successfully merging this pull request may close these issues.

2 participants