d3.js not showing tooltip on mouseover
D3.js won’t show tooltip. I can see in the html that a rect is shown with proper styling as I add on the element definition, even though mouseover is triggered(used console.log to check), but the new styling doesn’t apply to elements. Please find the code below
my question is that i will added a polyline in D3 pie chart
My problem is that my polylines in my chart are not correct positioning on the exact data on my slices which are given in my code