react-vis icon indicating copy to clipboard operation
react-vis copied to clipboard

Working with ParallelCoordinates

Open VijayrajS opened this issue 5 years ago • 0 comments

The documentation on ParallelCoordinates seems to be slightly vague, especially about configuring the axes (ex. increasing the number of ticks etc.) and brushing and highlighting on data points. I have been trying to achieve desired results by a lot of trial-and-error, but all efforts going in vain. Maybe a solid example like the one given in https://github.com/uber/react-vis/blob/premodern/showcase/axes/parallel-coordinates-example.js, but using the ParallelCoordinates element (which would include a demo on styling the axes and setting up brushing through the props) would help.

VijayrajS avatar Oct 02 '20 09:10 VijayrajS