Aggregate: Omit<Subset, "items"> & {
    aggregateBy: AggregateBy;
    description: string;
    items: Subsets | {
        order: string[];
        values: {
            [agg_id: string]: Aggregate;
        };
    };
    level: number;
}

An aggregate row in the plot

Type declaration

  • aggregateBy: AggregateBy
  • description: string
  • items: Subsets | {
        order: string[];
        values: {
            [agg_id: string]: Aggregate;
        };
    }
  • level: number

Generated using TypeDoc