I was wondering if it would be possible to make flow charts/organization charts using this module?

Comments

ndm’s picture

mee too ;)

asghar’s picture

me too Any clue

doomed’s picture

Same question here.

Hanno’s picture

You can maybe integrate Graphviz in Charts? http://drupal.org/project/graphviz_filter

wouters_f’s picture

Component: User interface » Code
Assigned: Unassigned » wouters_f

I have made a views plugin for organizational charts.
This way it is possoble to drag/drop the users in the correct hierarchy.
The output is taken care of by the following google code:
http://code.google.com/apis/visualization/documentation/gallery/orgchart...
Where/how do i commit this code?

asghar’s picture

For drag and drop you make a different page like drupal menu module. Make it sense.?

Yuri’s picture

@ drupal_sensei #5:
Great! Did it work out, and are you able to share your code? Very interesting!

wouters_f’s picture

Hey Yuri,

Download it from github. https://github.com/wouters-frederik/google_organigram

  • Theres a dependency with the draggable views module.
    That's because there is an interface there, where you can drag people(objects) in the right place (in the structure).
  • There's a taxonomy needed so the end users can create taxonomies as much as they want. The torganigram taxonomy has a path field where the path for the organigram is saved.
  • Theres a (bad) view plugin for the google organizational chart. Feel free to improve.

As I was short on time, I had to make some compromises here.
I am aware drupal standards and flexibility is poor.
Be my guest to improve/change/upgrade.
Demo? : http://www.infrabel.be/nl/organigram/management_committee

Reager’s picture

hi drupal_sensei

Great work, there is some dependencies
dependencies[] = "infrabel_general"
dependencies[] = "infrabel_in_the_spotlight"
dependencies[] = "infrabel_video"

where can i find them?

thank you

wouters_f’s picture

you may delete those.
there is still some work to do in this module.
I'd rather write a drupal 7 version which is more generic.

Reager’s picture

Ok thanks

quicksketch’s picture

Status: Active » Closed (fixed)

Closing after lack of activity. Like others said, I don't think org-charts are really the right fit for this module.