2023-04-25 16:58:47 +02:00
|
|
|
---
|
|
|
|
title: createChart
|
|
|
|
slug: /main-concepts/metadata-standard/schemas/api/data/createchart
|
|
|
|
---
|
|
|
|
|
|
|
|
# CreateChartRequest
|
|
|
|
|
|
|
|
*Create Chart entity request*
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
- **`name`**: Name that identifies this Chart. Refer to *../../type/basic.json#/definitions/entityName*.
|
|
|
|
- **`displayName`** *(string)*: Display Name that identifies this Chart. It could be title or label from the source services.
|
|
|
|
- **`description`**: Description of the chart instance. What it has and how to use it. Refer to *../../type/basic.json#/definitions/markdown*.
|
|
|
|
- **`chartType`**: Refer to *../../entity/data/chart.json#/definitions/chartType*.
|
2023-06-15 14:44:48 +05:30
|
|
|
- **`sourceUrl`** *(string)*: Chart URL suffix from its service.
|
2023-04-25 16:58:47 +02:00
|
|
|
- **`tables`**: Link to tables used in this chart. Refer to *../../type/entityReference.json#/definitions/entityReferenceList*.
|
|
|
|
- **`tags`** *(array)*: Tags for this chart. Default: `None`.
|
|
|
|
- **Items**: Refer to *../../type/tagLabel.json*.
|
|
|
|
- **`owner`**: Owner of this chart. Refer to *../../type/entityReference.json*.
|
|
|
|
- **`service`**: Link to the chart service where this chart is hosted in. Refer to *../../type/entityReference.json*.
|
|
|
|
|
|
|
|
|
|
|
|
Documentation file automatically generated at 2022-07-14 10:51:34.749986.
|