Posted by BetaTheta on August 14, 2009 at 12:19am
10 followers
Jump to:
| 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
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
That's because there is an interface there, where you can drag people(objects) in the right place (in the structure).
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