unsetbit / angular-parallel-coordinates

Angular directive for creating parallel coordinates charts using D3
http://unsetbit.com/parallel-coordinates-chart/
Other
6 stars 2 forks source link

Highlight single lines, and filter by selecting part of a dimension #1

Open justechn opened 10 years ago

justechn commented 10 years ago

I am currently using another parallel coordinates repo to build my project, but I would like to switch to yours because I am using angular and it would be cleaner. Can your code do things like highlight a single data set when I mouse over a table column or can it filter the table if I select part of one or more dimensions?

This is an example of what I am looking for http://syntagmatic.github.io/parallel-coordinates/examples/table.html

Thanks

unsetbit commented 10 years ago

Filtering is fairly easy, yes, you can see it in a way here: http://ozan.io/CA-public-schools-academic-performance/ . The map is "filtered" according to what's selected in the plot. At to highlighting of individual lines, that's not something that I've implemented yet, but it's totally possible, I would love to accept a pull request if you'd like to take on the challenge.