plotly / plotly.js

Open-source JavaScript charting library behind Plotly and Dash
https://plotly.com/javascript/
MIT License
16.72k stars 1.83k forks source link

[Feature request] Vertical parallel coordinates #6136

Open anders-kiaer opened 2 years ago

anders-kiaer commented 2 years ago

We are using the parallel coordinates plot from plotly.js in a Dash app. The number of variables/parameters is quite large, which makes it necessary to scroll it horizontally for the user. In our use case, vertical scrolling would be more natural.

image

It might be that it already is possible to "flip" the parallel coordinates plot, and specify categorical axis as vertical, but we haven't been able to find such a setting.

archmoj commented 2 years ago

Good idea. I added a feature label. BTW here is a quick prototype using CSS.