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