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 currently errors, but it shouldn’t, I think:
Plot.plot({ y: { transform: null }, marks: [ Plot.areaY(sftemp, {x: "date", y1: "low", y2: "high"}) ] })
The text was updated successfully, but these errors were encountered:
ignore non-function transform
71e22e1
fixes #357
fix #357; ignore null transform
2b5c819
fix #357; ignore null transform (#403)
4dabda0
Successfully merging a pull request may close this issue.
This currently errors, but it shouldn’t, I think:
The text was updated successfully, but these errors were encountered: