d3.select(me.svg.selectAll(".groupedbar")[0][0]).attr("transform")
returns "translate(297.5)"
.
I am confused about whether it is ‘x’ or ‘y’. Because I am using ‘x’ and ‘y’ values.
I am facing this problem in Internet Explorer (IE); however, it is working fine in other browsers.
1