magesh
magesh

Reputation: 1

Any dynamic organisation chart avaiable in flex

Does anyone know of any opensource tool for creating dynamic organization chart in flex by reading values from database

Upvotes: 0

Views: 2686

Answers (4)

Florian F
Florian F

Reputation: 8875

Have a look at KapLab (http://lab.kapit.fr)

They have free data vizualisation components. I think you might be interested by the Visualizer component.

It's not open-source though, but you can get the source code if you buy a licence.

(If you need more info, you can still contact me because I'm working closely with them)

Upvotes: 2

dave
dave

Reputation: 26

Maybe The Flare library would suit your needs , I am starting to use it. Looks kinda funky

http://flare.prefuse.org/

Upvotes: 0

ethyreal
ethyreal

Reputation: 3669

The most polished "free" components I've seen are the KapLab Visualizer that Pez mentioned.

However for actual open source your best be is the BirdEye Information Visualization and Visual Analytics Library. Check out the demo, the "Graphs" tab and I think tree is right up your alley. BirdEye is built with degrafa as is axiis another open source data visualization library.

Good luck!

Upvotes: 0

Ryan Lynch
Ryan Lynch

Reputation: 7776

The IBM ILog Elixer library has an organization charting component. It's not free, but it fits the bill of what you are looking for.

Upvotes: 0

Related Questions