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
The schema documentation for parcoords.dimension.tickvals reads:
parcoords.dimension.tickvals
Sets the values at which ticks on this axis appear. Only has an effect if `tickmode` is set to "array". Used with `ticktext`.
And parcoords.dimension.ticktext:
parcoords.dimension.ticktext
Sets the text displayed at the ticks position via `tickvals`. Only has an effect if `tickmode` is set to "array". Used with `tickvals`.
But there is no parcoords.dimension.tickmode property. These properties work fine on their own, so it looks like this is just a documentation issue.
parcoords.dimension.tickmode
The text was updated successfully, but these errors were encountered:
Good eye! It uses the same description as cartesian axes (which do have a tickmode)
description
tickmode
plotly.js/src/traces/parcoords/attributes.js
Lines 47 to 48 in 3ea5c82
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The schema documentation for
parcoords.dimension.tickvals
reads:And
parcoords.dimension.ticktext
:But there is no
parcoords.dimension.tickmode
property. These properties work fine on their own, so it looks like this is just a documentation issue.The text was updated successfully, but these errors were encountered: