Interface: UseChartDataOptions
Properties
Section titled “Properties”format?
Section titled “format?”
optionalformat?:DataFormat
Data format preference
- “json_array”: Force JSON format
- “arrow_stream”: Force Arrow format
- “auto”: Auto-select based on heuristics
Default
Section titled “Default”"auto"parameters?
Section titled “parameters?”
optionalparameters?:Record<string,unknown>
Query parameters
queryKey
Section titled “queryKey”queryKey:
string
Analytics query key
transformer?
Section titled “transformer?”
optionaltransformer?: <T>(data) =>T
Transform data after fetching
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”T
Returns
Section titled “Returns”T