Skip to content

A null scale transform should be equivalent to undefined. #357

@mbostock

Description

@mbostock

This currently errors, but it shouldn’t, I think:

Plot.plot({
  y: {
    transform: null
  },
  marks: [
    Plot.areaY(sftemp, {x: "date", y1: "low", y2: "high"})
  ]
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn’t working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions