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

parcoords tickvals documentation mentions non-existant tickmode property #3313

Closed
jonmmease opened this issue Dec 8, 2018 · 1 comment · Fixed by #3925
Closed

parcoords tickvals documentation mentions non-existant tickmode property #3313

jonmmease opened this issue Dec 8, 2018 · 1 comment · Fixed by #3925

Comments

@jonmmease
Copy link
Contributor

The schema documentation for parcoords.dimension.tickvals reads:

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:

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.

@etpinard
Copy link
Contributor

Good eye! It uses the same description as cartesian axes (which do have a tickmode)

tickvals: extendFlat({}, axesAttrs.tickvals, {editType: 'calc'}),
ticktext: extendFlat({}, axesAttrs.ticktext, {editType: 'calc'}),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants