stz-util Documentation - v2.0.3
    Preparing search index...

    Type Alias CustomTreemapDataset<DType>

    CustomTreemapDataset: Omit<
        TreemapControllerDatasetOptions<DType>,
        "groups" | "sumKeys",
    > & DatasetExtensions & { groups?: string[]; sumKeys?: string[] }

    Type Parameters

    • DType = Record<string, unknown>