> 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/chord-diagram/format.md).

# Format

<table><thead><tr><th width="184">Format Option</th><th>Explanation</th></tr></thead><tbody><tr><td>Axis</td><td>Enable / disable axis labels in the outer circle </td></tr><tr><td>Dimension labels</td><td>Enable disable dimension labels from the circle, label offset can also be configured with the format options </td></tr><tr><td>Node width</td><td>Increase or decrease node width using this option</td></tr><tr><td>Axis step size </td><td>Increase / decrease the step size of axis labels </td></tr><tr><td>Link Opacity</td><td>Increase / decrease  the opacity of the links </td></tr><tr><td>Node opacity</td><td>Increase / decrease the node opacity</td></tr><tr><td>Border Width </td><td>Control the border width this option </td></tr><tr><td>Border opacity</td><td>Optimize the border opacity with this option</td></tr><tr><td>Axis opacity</td><td>Optimize the opacity of axis labels with this option</td></tr><tr><td>Arc Distance</td><td>Increase the distance between nodes (arc)</td></tr><tr><td>Label offset</td><td>Adjust the label offset; decreasing the value brings the label closer to the circle's centre.</td></tr></tbody></table>


---

# 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/chord-diagram/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.
