ChartQuerySourceProps
The ChartQuerySourceProps type describes the props that bind a chart to a Query in a Queries object.
{
queryId: Id;
queries?: QueriesOrQueriesId;
tableId?: never;
store?: never;
}| Type | Description | |
|---|---|---|
queryId | Id | |
queries? | QueriesOrQueriesId | The |
tableId? | never | This prop is not used when binding a chart to a Query. |
store? | never | This prop is not used when binding a chart to a Query. |
Since
v8.5.0