Skip to content

HeatmapCalculationOptions🔗

Definition🔗

export interface HeatmapCalculationOptions {
    // The number of buckets to use for the xAxis in the heatmap
    xBuckets?: common.HeatmapCalculationBucketConfig;
    // The number of buckets to use for the yAxis in the heatmap
    yBuckets?: common.HeatmapCalculationBucketConfig;
}

Methods🔗

No methods.

See also🔗