jOrgChart
jOrgChart copied to clipboard
How to center the chart?
I've tried everything I am capable of to get the chart always centered in the browser window. Right now it is aligned to left, so if I only have a few items in my chart it looks rather ugly due to the left align.
It should be possible to center align it.
I centered it pretty easy with this...
.jOrgChart table {
margin: 0px auto;
}