# Data Visualization Settings

### Data Color Palettes

There are multiple types of color palettes to provide flexibility and simple application.

**Discrete Colors** is a set of 8 colors that can be selected from when only one color is required for the presented data.

**Color Schemes**

* **A categorical Scheme** is a set of 6 colors that will be applied to dimensions or categories. When a visualization needs more than 6 colors Verb will extend the scheme by darkening then lightening the colors.
* **A Sequential Scheme** must have at least 2 colors but may have more colors in the sequence. When the scheme is applied to a visualization Verb will calculate the number of colors required and select colors that are equidistant in the sequential palette.&#x20;

**KPI Colors** are applied to the KPI type tile text, icons and values.&#x20;

**Other Colors** give options to control the empty state color on visualizations and text colors when comparison and conditional values are used.&#x20;

### Visualization Fonts&#x20;

Visualization fonts are the properties used across all tile types. By default, the properties will inherit from the General Canvas configuration but they may be overridden.

### Tooltips & Legends&#x20;

Tooltip styles are applied to data visualization hovering, information icons, and truncated text. Text options here are inherited from the General Canvas configuration but they may be overridden.&#x20;

### Gauges&#x20;

Controlling the style of gauge tiles can be done at the theme level however there are some additional controls at the tile level.

Theme Level - Borders and Border Styles Tile Level - Gauge thickness and Arc Size

### Pie/Donuts&#x20;

Controlling the style of Pie/Donut tiles can be done at the theme level however there are some additional controls at the tile level.

Theme Level - Borders and Border Styles Tile Level - Donut thickness and Labels Axis Charts Styling the axes, bars and area lines is controlled at the theme level but configuration is generally done at the tile level.&#x20;

### Tables&#x20;

Tables styles apply to standard tables and pivot tables. There are some configuration options at the tile level, like turning headers and totals on and off.&#x20;

### Maps&#x20;

Map empty states and borders are set on the theme but configuration options are controlled on the tile itself.


---

# Agent Instructions: 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:

```
GET https://docs.verbdata.com/design-themes/data-visualization-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
