g.raphael
g.raphael copied to clipboard
Copy values array before using it.
added values = values.slice(0) to copy the values array locally in order to prevent an issue reusing an array after using it to create a pie chart.
+1
+1 - just cost me 2 hours debugging.