3
I've been searching for a few days and haven't found quite what I need yet.
I've got a tool I'm working on that displays a person in a sort of visual hierarchy of the company (from the CEO down the reporting chain to the person, and then any direct reports they have).
I've got a nice JSON string that I'm using for the current plugin, but a request we are getting often is a printable version of the interactive org chart.
I can pull the JSON data when requested, and can reformat it however I might need, but does anyone know of a tool that'll make a nice organization chart in a ready to print (or PDF maybe?) format that accepts JSON data?
I'm currently using theJIT.org's spacetree, which has a canvas element. I'll look into pChart, but I think I'm going to end up using google's orgchart API to make a printable one and keep the spacetree for out interactive one. – Rob – 2012-08-29T17:23:30.733
Sounds good, glad I could help. Feel free to give that Answer button a whirl if I answered the question. – bobmagoo – 2012-08-29T17:27:18.930
Google's charts print out fine, so that's that for me I guess. It's a bit more work to use them, but ended up being worth the effort. – Rob – 2012-08-29T18:00:11.147