Hi
How to achieve the organisation chart dynamically for both mobile and web application.
Hi Ellakkiya,
There's no out-of-the-box solution for this. It's not easily implementable with standard OutSystems widgets. You'll probably have to resort to 3rd party JavaScript libraries.
Kilian Hekhuis wrote:
Hi Kilian Hekhuis,
Thankyou for your reply.
I think you can achieve this with Graphviz. There is an component for that on Forge.
Graphviz gallery: https://graphviz.org/gallery/
The Dot language Graphviz uses: https://graphviz.gitlab.io/_pages/doc/info/lang.html
Forge Component: https://www.outsystems.com/forge/component-overview/671/graphviz-services
Possible example for your usecase: https://stackoverflow.com/questions/8935039/top-align-nodes
I have not worked with the component so I have no idea if this really can help you but I have worked with Graphviz in the past and a chart like yours is possible to create.
Vincent Koning wrote:
I've done recently a nice work with the graphviz component. For the web part it should work like a charm as for the mobile i really don't know if it hold's, i haven't tried it.
Best regards