@Eric_Koleda Great work with the Org chart pack! Are you still actively developing it?
I’ve been using it for a while, and it’s solved several pain points on our end. There are a few things that would make it even better for us, so I wanted to share those feature requests with you: I wanted to share = a few feature requests:
Ability to add another line of text to each tile so we can show something like a department label
Option to export the org chart as a PNG or other portable file type so we can share snapshots outside of Coda
Ability to hide items from the diagram using column (checkbox) as input to formula to displaywhich nodes are displayed
Ability to reorder the nodes to make better use of space. Our chart is horizontal and very wide, so it would be helpful to have a way to use more vertical space
You can Concatenate() two fields with a Linebreak() in between to accomplish what you want.
You don’t need to connect your diagram to a full table, you can create a checkbox column and use filter() to select only items where the checkbox is true and then pass those to the diagram.
You can use Erik’s CloudConvert Pack, extend Coda with CloudConvert - Coda to export the page where the diagram is to pdf or other formats, maybe also png. I have not tested it with the org charts, so can’t tell 100% if it works.
@Pablo_DV wow, thank you for the detailed response! That all makes sense to me and I will test it further today.
The only other question I have is…
Is it possible to add a feature to adjust the org chart’s layout to prioritize vertical space over horizontal space? The goal is for the chart to reshape into a taller and narrower format, rather than a wide one.
I’m assuming @Eric_Koleda would need to comment on that one.