I am making a dynamic pie chart and is quite new to making charts with graphael
Is it possible to make the legend go all the way to the left in this example? I am using g.raphael and g.pie.js and the legendpos is set to "south".
Is there a way to make this be southwest? Example of my current chart can be seen at the following link:

I had the same problem. This solution is work but is not too much flexible:
"cx" is attribute for x-pos of dot in legend and "x" is attribute for x-pos of text in legend.