1

I'm using D3 to create several graphics side by side and I would like to have the scale of the axis to be the same and when it changes. I mean, on the following graphics, when I move with the mouse the Y axis of one graphic, I want the over graphics to move as well.

Thanks for your help.

image : https://i.stack.imgur.com/l1j5D.png

CeD
  • 13
  • 3

1 Answers1

0

If you mean you have several graphs and you want them to all move the same, you would be looking for the WidthSpring. There is a great article on it online by Fellice Pollano that you can check out here.

Jason Higgins
  • 1,516
  • 1
  • 17
  • 37
  • Thanks I took a look at that, but in fact the implementation of SynchroVisible has been done by Fellice Pollano and is not by default on the DLL ( even on the last source-code) I had to merge by hand. – CeD Jan 10 '13 at 17:29