airbnb / visx

🐯 visx | visualization components
https://airbnb.io/visx
MIT License
19.49k stars 715 forks source link

Does anyone know how to make a parallel coordinates chart with vx? #318

Open kevinxia787 opened 6 years ago

williaster commented 6 years ago

@kevinxia787 I haven't seen an example of this yet but should definitely be possible (tho some parallel coordinates visualizations are implmented with <canvas /> for perf, which vx does not currently support).

I'll work on this next time I have a bit of free time unless someone beats me to it.

techniq commented 6 years ago

@kevinxia787 @williaster Coincidently I've been looking at these / bump charts lately (but haven't attempted an example yet).

Here are some examples I've seen that might be useful for reference:

Can also be similar to some "bump charts" I've seen

although I think of bump charts more like:

Some possible features in demo

m-sterspace commented 3 years ago

Sorry to revise this from the grave, but out of curiosity has anyone found a good way of implementing a parallel coordinates plot using VisX?