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
Labels:
Chart Component,
Flex 3,
Pie Chart
Subscribe to:
Post Comments (Atom)
Hey, I like it. I did a bit differently: http://code.google.com/p/flex-draggable-pie/
ReplyDeleteThanks for your comment, I like your component.
ReplyDeleteYou made yours using the mx.charts.* right?
ReplyDeleteYes, I have extended the Flex Chart component.
ReplyDelete