cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori Network Graph to Create an Org Chart Visualization Issue

former_member572407
Discoverer
0 Kudos
1,936

Hi all,

We develop a fiori app to visualize org chart in SAP HR. To make this development we use the sample in SAP UI library. Network Graph Sample Preview

We have variety of org chart visualization such as person with photo, position, position with photo etc.. You can see below sample 1.

img01.jpg

Our client wants to print out the org chart. However, due to lots of persons/positions in the same level, the org chart takes very large area at lover levels and this is not a ergonomic visualization to look at it on fiori and also to print out. You can see the sample 2.

img02.jpg

Does it possible to show the same level persons in bottom lines? For example after a 10 person visualized in the same level, the other same level 10 person can be visualized in a bottom line.

img03.jpg

I couldn't find any property or attribute to achive this visualization in the library.

Network Graph Library API Reference

I also reviewed this blog Network Graph Blog written by liborac and I couldn't find an answer for my problem.

Is there a way to accomplish to visualize the large organizations in an ergonomic image on Fiori?

BR,

Fatih

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

we use 3rd party library so the possibilities of customization are kind of limited.

I don't think this is possible. At least not by the default layouter, you can always write your own one. We support such scenario, but layouting nodes is quite a difficult task. Even tho for org charts (which are usually tree graphs) this is doable.

Libor