TinyBase logoTinyBase β

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;
}
TypeDescription
queryIdId

The Id of the query in the Queries object to chart.

queries?QueriesOrQueriesId

The Queries object to chart, or the Id of a Queries object that is registered with the Provider component.

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