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.