> ## Documentation Index
> Fetch the complete documentation index at: https://iyree.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Справочник типов

> Базовые типы данных, используемые в конфигурации графиков

Базовые типы данных, используемые в конфигурации графиков.

## Содержание

<CardGroup cols={2}>
  <Card title="Базовые типы" icon="code" href="./types">
    CubeDimension, RGBColor, IconReference и другие
  </Card>
</CardGroup>

***

## Быстрый справочник

| Тип             | Описание         | Пример                                    |
| --------------- | ---------------- | ----------------------------------------- |
| `CubeDimension` | Измерение куба   | `{kind: basic, value: products.category}` |
| `RGBColor`      | RGB-цвет         | `[66, 133, 244]`                          |
| `IconReference` | Ссылка на иконку | `{library: lucide, name: arrow-right}`    |
| `HexColor`      | HEX-цвет         | `"#3B82F6"`                               |

***

## Навигация

<CardGroup cols={2}>
  <Card title="Типы графиков" icon="chart-bar" href="../charts/index">
    Все доступные визуализации
  </Card>

  <Card title="Функциональность" icon="puzzle-piece" href="../features/index">
    Расширенные возможности
  </Card>
</CardGroup>
