BigFatDog / parcoords-es

ES6 module of Syntagmatic's Parallel Coordinates
MIT License
62 stars 32 forks source link

How to make brushExtent() work with ordinal data? #94

Open divyaeM opened 3 years ago

divyaeM commented 3 years ago

Hey @BigFatDog, Thanks for developing this awesome library.

I am wondering if you could implement the change in brushExtent() to load data from ordinal scales. Currently, it fails because to my understanding you expect scaled and inverted values for input.

It may be a good idea to get raw selection inputs and make it work on ordinal scale as well.