Please could someone guide me how to draw a connecting line between two x axis. There are two histograms on the svg and I want to connect two x axis between the data e.g. 1st record (010999) is connecting to 523,524,525,526 vs 6th record (011739) is connecting with 000200 twice or 000200 is connecting twice with 011739.
1. 010999 000523
2. 010999 000524
3. 010999 000525
4. 010999 000526
5. 011000 000526
6. 011739 000200
7. 011740 000200
[Image of how it should be looking][1]
Current working code is available here: http://plnkr.co/edit/p3f2o4Zei6QWoNbIkB5Y?p=preview
but I am not sure how to go about connecting lines. Any guidance would be much appreciated.