-
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` a…
-
The same issue as the one you opened on [parcoords-es](https://github.com/BigFatDog/parcoords-es/issues/26)
-
In #6, a very helpful `brushExtents` method was fixed and provided to the API. However, when setting brushExtents, I think we should use [`brush.move`](https://github.com/d3/d3-brush#brush_move) inst…
-
This project is too complex with too many outstanding issues for me to port to V4, but I have implemented some parallel coordinates examples with several of the features from this library and some enh…
-
Hello,
I have been referring to https://bl.ocks.org/syntagmatic/482706e0638c67836d94b20f0cb37122
for progressive rendering in parallel coordinate d3 v4. Do we have an example where we can reorder…
-
@BigFatDog, as I thought more about this the commit comments https://github.com/BigFatDog/parcoords-es/commit/d95b853da22cb9c80f4d0e2905673ca2b1f773d8#r29660382 probably are not the best way to discus…
-
Hi! I keep getting these errors on '`ng build`' and before renaming the file './node_modules/parcoord-es/dist/parcoords.mjs' to something like './node_modules/parcoord-es/dist/Xparcoords.mjsX'. I use …
-
First of all, let me thank you for this awesome library, just a small fix here
https://github.com/BigFatDog/parcoords-es/blob/master/demo/upload.html#L159
Use d3.csvParse instead of d3.csv.parse
Th…
-
Firstly great work on parallel coordinates with updates on much needed D3 V4.
I have found a sample parallel coordinate with numerical and string axis in D3 V4 like this
http://plnkr.co/edit/dC…
-
Hi @BigFatDog
Thank you one more time for porting this to ES6.
For some reason when installing from NPM, module name is not `parcoords-es`, but `parcoord-es`,
so `npm install parcoord-es --save`…