parallel-coordinates icon indicating copy to clipboard operation
parallel-coordinates copied to clipboard

Rescale axes

Open neverfox opened this issue 12 years ago • 1 comments

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.

neverfox avatar Mar 17 '13 22:03 neverfox

Sorry. I just noticed that this is a duplicate of some other issues.

neverfox avatar Mar 17 '13 22:03 neverfox