BigFatDog / parcoords-es

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

bundleDimension requires sylvester #51

Closed joshhjacobson closed 5 years ago

joshhjacobson commented 5 years ago

Hi there,

I'd really like to be able to use pc.bundleDimension() without having to include sylvester.js in my html header. The vector function in this library is used for computeCentroids and returns Uncaught ReferenceError: $V is not defined at computeCentroids when sylvester.js is not included in the script.

The good news is there is a somewhat new library sylvester-es6 which should be compatible with parcoords-es and would be a quick fix.

I'd be happy to submit a pull request if you're ok with the dependency. Let me know.

BigFatDog commented 5 years ago

Sure, go ahead.

BigFatDog commented 5 years ago

Thank you for this feature! v2.2.4 is released