I am drawing charts with d3 in my Angular 2 application. Now I have a multi series line chart so I am trying to add tool tips at each line when hover its\' vertical position
I have created tooltips on multi series line chart as per your requirement it's working good.
You need to make some changes into your code to set position of tooltips from bellow example links
See Example Here
Multi Series Line Chart with Tooltip