> For the complete documentation index, see [llms.txt](https://docs.infotopics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infotopics.com/showmemore/features/organization-chart/format.md).

# Format

#### Layout

Decide between having a horizontal layout or a vertical.

<figure><img src="https://appsfortableau.infotopics.com/wp-content/uploads/2021/08/Layout.gif" alt=""><figcaption></figcaption></figure>

### Align

Change the alignment of the nodes! Centre, Left or right

<figure><img src="https://appsfortableau.infotopics.com/wp-content/uploads/2021/08/Align.gif" alt=""><figcaption></figcaption></figure>

#### Rotate labels

Starting at 0 use the slider to rotate your labels. Your label will turn clockwise 0 through 360.

<figure><img src="https://appsfortableau.infotopics.com/wp-content/uploads/2021/08/Rotate-Labels.gif" alt=""><figcaption></figcaption></figure>

#### Padding between nodes

Space out those nodes by using the slider 1-50. 1 being the closest and 50 being the farthest.

<figure><img src="https://appsfortableau.infotopics.com/wp-content/uploads/2021/08/Padding-between-nodes.gif" alt=""><figcaption></figcaption></figure>

#### Node size

Change the size of the node from 1-100. 1 being the smallest and 50 being the largest.

<figure><img src="https://appsfortableau.infotopics.com/wp-content/uploads/2021/08/Node-Size-1.gif" alt=""><figcaption></figcaption></figure>

#### Link size

Change the size of the node from 1-5. 1 being the smallest and 5 being the largest.

<figure><img src="https://appsfortableau.infotopics.com/wp-content/uploads/2021/08/Link-Size-1.gif" alt=""><figcaption></figcaption></figure>

#### Node opacity

Change the opacity of the node from 1-100. 1 having the most opacity and 100 having the least.

#### Link opacity

Change the opacity of the link from 1-100. 1 having the most opacity and 100 having the least.

<figure><img src="https://appsfortableau.infotopics.com/wp-content/uploads/2021/08/Node-Link-Opacity.gif" alt=""><figcaption></figcaption></figure>

#### Zoom & drag

Organizations can be large, with many hierarchies and even more personnel. Use the scroll wheel on your mouse to zoom in and out. There’s no issue in getting your whole organization in your visualization with easy zoom. Click anywhere away from the nodes and have free movement, to reset click the icon in the top right of your viz. &#x20;

<figure><img src="https://appsfortableau.infotopics.com/wp-content/uploads/2021/12/Zooming.gif" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.infotopics.com/showmemore/features/organization-chart/format.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
