dabeng / OrgChart

It's a simple and direct organization chart plugin. Anytime you want a tree-like chart, you can turn to OrgChart.
MIT License
2.83k stars 767 forks source link

chart aligning starting from left #700

Closed veenone closed 1 year ago

veenone commented 1 year ago

Hi,

I'm trying to integrate your code, however I got this behavior :

image

where the top is aligning on left side. How to make all node positioned in center like your examples?

Thank you

dabeng commented 1 year ago

Hi @veenone You need to set the text-align property of chart-container div to "center"

Screenshot 2023-04-18 at 09 07 55
veenone commented 1 year ago

hi @dabeng, great! thanks for answering my stupid question :) I will mark as closed in this case.