i am using google org chart visualization API and i want to have the vertical alignment set to top on the cells. (i am showing multiple people in each org chart box so i want every “level” to align to the top instead of the middle. So in the example, where you have Alice which is vertically centered. i want it to valign=”top”. is this possible to do using the google visualization api ??
Share
You can style the elements within the Org Chart.
Here’s how I did it…
My mistake at first was to add the css block above the Google Javascript code. Once I moved it down, I could change pretty much any visual property.