I have created a pie chart using D3.js along with legends to match the pie slices.
I am able to explode a pie slice on mouse over and mouse out event.
I need to explode a pie slice and show a tool tip with value corresponding to the pie slice when I hover over the legend.
any pointers to achieve this is appreciated.