react-vis
react-vis copied to clipboard
Working with ParallelCoordinates
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.