Getting SVGPathSeg is deprecated and will be removed in Chrome 48. See https://www.chromestatus.com/feature/5708851034718208 error in my angular application because i am using 'pathSegList' in my code with D3 like this d3.select('.data1').node().pathSegList
How to fix this? If it is not supported in Chrome 48 what will be the alternative for this? Any one can help me