This guide will show you how you can create a chart in a team that does not have any content
Connection
to authenticate with your data source - /team/:team_id/connectionDataset
that we will use to format the data from the data source - /team/:team_id/datasetDataRequest
to fetch the data from the data source. We need to connect this to the dataset we created before using the dataset_id
field - /team/:team_id/dataset/:dataset_id/dataRequestDashboard
where we will place the chart - /projectChart
and connect it to the dashboard we created before using the project_id
field - /project/:project_id/chartChartDatasetConfig
and connect it to the relevant dataset and chart through the dataset_id
and chart_id
fields - /project/:project_id/chart/:chart_id/chart-dataset-config