8000 Drop deprecated `autotick` attributes from cartesian and gl3d axes by archmoj · Pull Request #7236 · plotly/plotly.js · GitHub
[go: up one dir, main page]

Skip to content

Drop deprecated autotick attributes from cartesian and gl3d axes #7236

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 7 commits into from
Oct 17, 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 schema
  • Loading branch information
archmoj committed Oct 17, 2024
commit 0d02ec4bfd02f940766b4bd206d72ce452eb301f
14 changes: 0 additions & 14 deletions test/plot-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -13427,13 +13427,6 @@
"valType": "number"
},
"xaxis": {
"_deprecated": {
"autotick": {
"description": "Obsolete. Set `tickmode` to *auto* for old `autotick` *true* behavior. Set `tickmode` to *linear* for `autotick` *false*.",
"editType": "ticks",
"valType": "boolean"
}
},
"_isSubplotObj": true,
"anchor": {
"description": "If set to an opposite-letter axis id (e.g. `x2`, `y`), this axis is bound to the corresponding opposite-letter axis. If set to *free*, this axis' position is determined by `position`.",
Expand Down Expand Up @@ -14979,13 +14972,6 @@
}
},
"yaxis": {
"_deprecated": {
"autotick": {
"description": "Obsolete. Set `tickmode` to *auto* for old `autotick` *true* behavior. Set `tickmode` to *linear* for `autotick` *false*.",
"editType": "ticks",
"valType": "boolean"
}
},
"_isSubplotObj": true,
"anchor": {
"description": "If set to an opposite-letter axis id (e.g. `x2`, `y`), this axis is bound to the corresponding opposite-letter axis. If set to *free*, this axis' position is determined by `position`.",
Expand Down
0