(How) can I rescale the whole plot?
I am using my own fork of mbostock's "Multi-Line Voronoi", and now I am encountering a dataset in which it would makes sense to rescale the y axis. By just showing less of the "y.domain".
Interactively, perhaps with +/- buttons. I have the +/- buttons ready lol - and I have even been able to rescale the y-axis itself. But not yet the plotted timeseries lines.
Do I have to delete all lines, voronoi areas, etc. and redraw the whole thing?
Or is there a cool D3 command to simply rescale the whole diagram?
Thanks!