Skip to content
New issue

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

grid.y.lines expects an object, but billboard.js takes an array of line objects #863

Closed
erickakoyama opened this issue May 2, 2018 · 0 comments
Assignees
Labels
status: next-release Issues that will enter into the next release

Comments

@erickakoyama
Copy link

grid.y.lines should be an array not an object.
grid.y.lines = Config.array()

lines: Config.shapeOf({
class: Config.string(),
position: Config.oneOf(['start', 'middle', 'end']),
text: Config.string(),
value: Config.string(),
}),

@julien julien self-assigned this May 7, 2018
julien added a commit that referenced this issue May 16, 2018
grid.y.lines and grid.x.lines accept array of line objects | Fixes #863
@matuzalemsteles matuzalemsteles added the status: next-release Issues that will enter into the next release label May 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: next-release Issues that will enter into the next release
Projects
None yet
Development

No branches or pull requests

3 participants