ReduceDataOptions🔗
TODO docs
Definition🔗
export interface ReduceDataOptions {
// If true show each row value
values?: boolean;
// if showing all values limit
limit?: number;
// When !values, pick one value for the whole field
calcs: string[];
// Which fields to show. By default this is only numeric fields
fields?: string;
}
Methods🔗
No methods.