Skip to content

Layout grids #2399

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

Merged
merged 12 commits into from
Feb 26, 2018
Merged
7 changes: 1 addition & 6 deletions test/image/mocks/grouped_bar.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@
"xaxis": {
"type": "category"
},
"barmode": "group",
"categories": [
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe this was supposed to be xaxis.categories? Anyway it was ignored so 🔪

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This mock is ancient. Way older than the axis.categories attribute. This must be a typo. 👍

"giraffes",
"orangutans",
"monkeys"
]
"barmode": "group"
}
}