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
Looks like we don’t handle this case very gracefully:
Plot.rectY([], { x: "date", y: "visitors", fy: "path" }).plot()
From the console:
Error: <svg> attribute height: Expected length, "NaN". Error: <svg> attribute viewBox: Expected number, "0 0 640 NaN". Error: <text> attribute transform: Trailing garbage, "translate(600,NaN) rotate(-90)". Error: <text> attribute transform: Trailing garbage, "translate(40,undefined)". Error: <text> attribute transform: Trailing garbage, "translate(600,NaN)".
The text was updated successfully, but these errors were encountered:
fix autoHeight and outerRange for empty scale domains
5f2b448
closes #1856
ef19698
Successfully merging a pull request may close this issue.
Looks like we don’t handle this case very gracefully:
From the console:
The text was updated successfully, but these errors were encountered: