# IDataItem

An individual pie chart slice

## Definition

```tsx
interface IDataItem { name: string, value: number, color?: string }
```

## Usage

```tsx
import { IDataItem } from 'uxp/components';
```
