We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
fix axis label being clipped with the clip plot option
f13f7b1
closes #1803
fix axis label being clipped with the clip plot option (#1804)
63415aa
6270261
fix axis label being clipped with the clip plot option (observablehq#…
3e3da8f
…1804) closes observablehq#1803
Fil
Successfully merging a pull request may close this issue.
This should show "↑ Close" as the y axis label, but the label gets clipped.
Ref: #1792
The text was updated successfully, but these errors were encountered: