function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Brahim HadiBrahim Hadi 

print an organization chart

Hi,
Hellow All,

We have implemented an organization chart using Basic Primitives (http://basicprimitives.com/)  java scrip library and now we would like to print the full organization chart (more than 3000 px  of width).
We have tried a couple of solutions  but every time we get only a portion of the hole chart (top left side). Did any one encountered this issue? How you have solved it? Could you please suggest a solution?

Thanks in advance.
Br, Huda
 
James LoghryJames Loghry

This functionality sounds like it depends on the library you're using, or rather how basicprimitives.com implements printable views.  If you search for printPreview, a few options come up.  Also, after quickly browsing their site, I came across this example:

http://basicprimitives.com/index.php?option=com_content&view=article&id=79&Itemid=124&lang=en (http://basicprimitives.com/index.php?option=com_content&view=article&id=79&Itemid=124⟨=en)

I'd suggest mucking with that example to see if you can make it work.
 

If you still can't get a good printable view working, then I'd take a look at a different library that supports a printable org chart.