parallel-coordinates
parallel-coordinates copied to clipboard
Rescale axes
I'm trying to rescale the axes after changing the data and would like to do so without rebuilding the whole chart or axes (mainly, because I've added a few customizations to the axes after they're built). updateAxes() doesn't seem to do the trick, at least not on its own. Even calling createAxes() does rescale them as I expected, so I except that simply changing the data isn't sufficient to rescale the underlying dimensions. How would I go about doing this? Basically I'm trying to emulate the "keep" and "remove" behavior you implemented (here)[http://exposedata.com/parallel/] with this library.
Sorry. I just noticed that this is a duplicate of some other issues.