Download & Extend

flowchart/organizational chart

Project:Charts
Version:6.x-1.x-dev
Component:Code
Category:support request
Priority:normal
Assigned:drupal_sensei
Status:active

Issue Summary

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

Comments

#1

mee too ;)

#2

me too Any clue

#3

Same question here.

#4

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

#5

Component:User interface» Code
Assigned to:Anonymous» drupal_sensei

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?

#6

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

#7

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

#8

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

#9

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

#10

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.

#11

Ok thanks

nobody click here