Ayush
Ayush

Reputation: 42440

Creating interactive charts in Flash

I'm looking to display some data in the form of charts (line graphs, pie charts etc). I also require them to have a certain amount of interactivity (pan, zoom etc.).

For these requirements, will Adobe Flex be enough for me, or would I need to use flash?

A little research told me that building charts in Flex is easy, but can they be made interactive without using Flash?

Upvotes: 0

Views: 579

Answers (3)

shaig
shaig

Reputation: 95

flex is good enough for this job, check out http://chart.sqlcode.org (MultiChart), it is easier to interact than the expensive chart solutions.

Upvotes: 1

Craig Mc
Craig Mc

Reputation: 505

Check out Fusion Charts for flex, or AnyChart for Flex their AnyStock product is pretty much what you want.

Upvotes: 1

Jacob Eggers
Jacob Eggers

Reputation: 9322

Flex is just a framework on top of Flash. So, yes anything you want to do in Flash you can do in Flex as well.

In addition there are some not too difficult ways of panning/zooming on charts. To get you started, here's an extension of Flex Charts where someone added zooming functionality.

http://blog.ninjacaptain.com/2010/03/flex-chart-zoom-window/

Upvotes: 2

Related Questions