Jump to content
Search Community

marcus

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by marcus

  1. Hey all,

     

    I am trying to animate a piechart created with gRaphael, but it returns the error c.charAt is not a function. Here's my code:

    pie.forEach( function(element) {
     TweenLite.to(element, 2, {raphael:{stroke: "#000", "stroke-width": 80, "stroke-opacity": 0.5, fill: "#223fa3"}, ease:Power0.easeOut});
    });
    

     

    It's pretty straightforward, but I admit my experience with RaphaelJS in general is very limited. Any ideas?

     

    marcus

×
×
  • Create New...