Skip to content

clip: true clips the axes’ labels #1803

Closed
@Fil

Description

@Fil

This should show "↑ Close" as the y axis label, but the label gets clipped.

Plot.plot({
  clip: true,
  x: { domain: [new Date(2015, 0, 1), new Date(2015, 3, 1)] },
  marks: [
    Plot.areaY(aapl, { x: "Date", y: "Close", fill: "#eee" }),
    Plot.lineY(aapl, { x: "Date", y: "Close" })
  ]
})

Ref: #1792

Metadata

Metadata

Assignees

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