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
When passed to the axis(Y|Y2|X).padding API as an object. It expects a string, but nothing happens. Billboard expects an object. See API
object
string
axisY: { padding: { bottom: 0 } }
The text was updated successfully, but these errors were encountered:
Merge pull request #826 from matuzalemsteles/FixExpectedAPI
4198f80
Fix the axis.padding API to expect a Number and Object | Fixes #825
a5dfdad
No branches or pull requests
When passed to the axis(Y|Y2|X).padding API as an
object
. It expects astring
, but nothing happens. Billboard expects anobject
. See APIThe text was updated successfully, but these errors were encountered: