Skip to content

Drop support for deprecated bardir attribute (use orientation instead) #7214

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 3 commits into from
Oct 8, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update plot-schema
  • Loading branch information
emilykl committed Oct 7, 2024
commit f428565258a59705d8f3860093a4d686933540f4
22 changes: 0 additions & 22 deletions test/plot-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -17291,17 +17291,6 @@
"bar": {
"animatable": true,
"attributes": {
"_deprecated": {
"bardir": {
"description": "Renamed to `orientation`.",
"editType": "calc",
"valType": "enumerated",
"values": [
"v",
"h"
]
}
},
"alignmentgroup": {
"description": "Set several traces linked to the same position axis or matching axes to the same alignmentgroup. This controls whether bars compute their positional range dependently or independently.",
"dflt": "",
Expand Down Expand Up @@ -43700,17 +43689,6 @@
"histogram": {
"animatable": false,
"attributes": {
"_deprecated": {
"bardir": {
"description": "Renamed to `orientation`.",
"editType": "calc",
"valType": "enumerated",
"values": [
"v",
"h"
]
}
},
"alignmentgroup": {
"description": "Set several traces linked to the same position axis or matching axes to the same alignmentgroup. This controls whether bars compute their positional range dependently or independently.",
"dflt": "",
Expand Down