> 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/color.md).

# Color

Click the ‘Use new color formatting’ checkbox to use the new color options. This will allow you to color your dimensions, individually. When not using the new color formatting option, the Mark Colors will be colored by sorting order. This will allow you to customize your dashboard greatly!

### Background color

Use the circle to open the color palette to change the background color of your Chord Diagram.

### Color by

Choose between having one color throughout your diagram or to colorize using the color palette.

[![Color By](https://appsfortableau.infotopics.com/wp-content/uploads/2021/08/Color-By.gif)](https://appsfortableau.infotopics.com/wp-content/uploads/2021/08/Color-By.gif)

### Colorize borders

Edit the border in your Chord Diagram. Change the color of your borders by colorizing them using the color palette or making them black or white.

#### Mark colors

Use the circles to open the color palette to change the colors of the marks. The order they are in will be the order of your levels.

#### Select colors for dimensions: (New color formatting only)

Click on the color palette that’s alongside your chosen dimensions to choose their color. This will ensure that the set/dimension you choose always has the same coloring in the dashboard

### Format

#### Axis

Have an axis shown around your Chord Diagram. Format the labels of your axis below.

[![Axis On Off](https://appsfortableau.infotopics.com/wp-content/uploads/2021/08/Axis-On-Off.gif)](https://appsfortableau.infotopics.com/wp-content/uploads/2021/08/Axis-On-Off.gif)

#### Axis step size

Decide how many steps of the axis you wish to be shown in your view. 0 will show no labels with 10 showing the most possible. No labels will overlap.

[![Axis Step Size](https://appsfortableau.infotopics.com/wp-content/uploads/2021/08/Axis-Step-Size.gif)](https://appsfortableau.infotopics.com/wp-content/uploads/2021/08/Axis-Step-Size.gif)

#### Link opacity

Change the opacity of your links. 100 being full opacity, 0 being no opacity.

[![Link Opacity](https://appsfortableau.infotopics.com/wp-content/uploads/2021/08/Link-Opacity.gif)](https://appsfortableau.infotopics.com/wp-content/uploads/2021/08/Link-Opacity.gif)

#### Node opacity

Change the opacity of your nodes. 100 being full opacity, 0 being no opacity.

[![Node Opacity](https://appsfortableau.infotopics.com/wp-content/uploads/2021/08/Node-Opacity.gif)](https://appsfortableau.infotopics.com/wp-content/uploads/2021/08/Node-Opacity.gif)

#### Border width

Change the width of your border.  10 being the widest, 0 will show no border.

[![Border Width](https://appsfortableau.infotopics.com/wp-content/uploads/2021/08/Border-Width-2.gif)](https://appsfortableau.infotopics.com/wp-content/uploads/2021/08/Border-Width-2.gif)

#### Border opacity

Change the opacity of your border.  100 being full opacity, 0 being no opacity.

[![Border Opacity](https://appsfortableau.infotopics.com/wp-content/uploads/2021/08/Border-Opacity-1.gif)](https://appsfortableau.infotopics.com/wp-content/uploads/2021/08/Border-Opacity-1.gif)

#### Axis opacity

Change the opacity of your axis.  100 being full opacity, 0 being no opacity.

[![Axis Opacity](https://appsfortableau.infotopics.com/wp-content/uploads/2021/08/Axis-Opacity-1.gif)](https://appsfortableau.infotopics.com/wp-content/uploads/2021/08/Axis-Opacity-1.gif)

#### Arc distance

Increase or decrease the space between all members on the outer circle.

[![Axis Opacity](https://appsfortableau.infotopics.com/wp-content/uploads/2023/11/arc.gif)](https://appsfortableau.infotopics.com/wp-content/uploads/2023/11/arc.gif)


---

# 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/color.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.
