syntagmatic / parallel-coordinates

A d3-based parallel coordinates plot in canvas. This library is no longer actively developed.
http://syntagmatic.github.com/parallel-coordinates/
Other
511 stars 211 forks source link

New example with a Map #259

Closed thoralf-gutierrez closed 8 years ago

thoralf-gutierrez commented 8 years ago

Hey guys!

We've built our own data exploration tool, with the help of your great library :-) Thanks a lot for the awesome work, I'm new to D3.js but it was pretty easy to get started with your examples!

Here's the result, where I link the parallel coordinates with a Map: https://realimpactanalytics.github.io/d4g-hackathon-malaria-viz/

The Map gets really useful when you filter on the dimensions, to quickly understand where those lines are located in the country. If you guys feel this could fit in the In the Wild examples linked on the homepage, I'm happy to propose a PR!

Cheers, Thoralf

syntagmatic commented 8 years ago

Thanks Thoralf, this is a great example! I'll leave this issue open and add the link soon.