Open luyzfernando08 opened 2 months ago
Hi, Could you please create a simple code example of what you have now in our code app? https://code.balkan.app/org-chart-js/simple-example#JS
Hi, Could you please create a simple code example of what you have now in our code app? https://code.balkan.app/org-chart-js/simple-example#JS
Done.
Can you please also send a screenshot of how you'd like the layout of the chart form the Code example to look?
Você também pode enviar uma captura de tela de como gostaria que o layout do gráfico do exemplo de código fosse?
Here is it: https://code.balkan.app/orgchart-js/issue862#JS
Good morning, I would like to ask a question about the arrangement of nodes.
I need to create an organizational chart by level, so I am using tags and the subLevels attribute.
The layout is correctly assembled, but I cannot change the arrangement of the nodes at the last level.
In this example, you can see the level number in the arrows and the last level entirely horizontal in the rectangle.
This is a problem when exporting because it takes up a lot of lateral space and the visualization is not good.
I would like the layout to look like this:
For some reason, it is not possible to use the node-layout event with the subLevels attribute, making it impossible to change the arrangement of the nodes.
Is there a solution to the problem displayed over there? Is the behavior of
node-layout
concerning tosubLevels
as expected?Thanks