BigFatDog / parcoords-es

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

add another parameter to brushExtents function to enable raw data #95

Open divyaeM opened 3 years ago

divyaeM commented 3 years ago

I needed to save brush state and reload at later time. It worked nicely for number data but not for string (ordinal) data.

I propose the following change. Please let me know you feedback.