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

rangeRoundBands is deprecated in v4? #22

Open
danielcompton opened this issue Nov 1, 2016 · 0 comments
Open

rangeRoundBands is deprecated in v4? #22

danielcompton opened this issue Nov 1, 2016 · 0 comments

Comments

@danielcompton
Copy link

danielcompton commented Nov 1, 2016

On https://square.github.io/intro-to-d3/data-binding/ there is a code section

var y = d3.scaleOrdinal()
  .rangeRoundBands([0, 75])
  .domain(sales.map(function(d, i) {
    return d.product;
  }));

It looks like rangeRoundBands was removed in v4?

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

No branches or pull requests

1 participant