Friday, April 9, 2010

Draggable Wedges in Pie chart

Its been too long since I had wrote a blog.
Today I got a chance and I am writing this for Flex pie chart draggable wedge.

Flex has very good library of components. This is one of that and I have extended the pie chart component to make the wedges interactive and draggable. Flex pie chart component doesn't have this feature. So I tried to make one.

For developing this I have created draggable points at the end of each wedge. And on dragging, it will change the value of that wedge and its related wedge.

Comments are welcome

4 comments:

  1. Hey, I like it. I did a bit differently: http://code.google.com/p/flex-draggable-pie/

    ReplyDelete
  2. Thanks for your comment, I like your component.

    ReplyDelete
  3. You made yours using the mx.charts.* right?

    ReplyDelete
  4. Yes, I have extended the Flex Chart component.

    ReplyDelete