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

# CreateChartResponse

> Read CreateChartResponse to parse chart creation results from the HoneyHive Charts TypeScript client with typed fields and autocomplete.

> **CreateChartResponse** = `object`

## Properties

### data

> **data**: `object`

#### bucketing

> **bucketing**: `string`

#### created\_at

> **created\_at**: `string`

#### dateRange

> **dateRange**: \{\[`key`: `string`]: `unknown`; } | `null`

#### description

> **description**: `string` | `null`

#### func

> **func**: `string` | `null`

#### groupBy

> **groupBy**: `string` | `null`

#### id

> **id**: `string`

#### is\_active

> **is\_active**: `boolean`

#### metric

> **metric**: `string`

#### name

> **name**: `string`

#### owner\_id

> **owner\_id**: `string` | `null`

#### owner\_profile?

> `optional` **owner\_profile?**: \{\[`key`: `string`]: `unknown`; } | `null`

#### query

> **query**: `object`\[] | `null`

#### updated\_at

> **updated\_at**: `string` | `null`

***

### success

> **success**: `boolean`
