Skip to content

rangeRoundBands is deprecated in v4? #22

@danielcompton

Description

@danielcompton

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions