HeatmapCalculationBucketConfig🔗
Definition🔗
export interface HeatmapCalculationBucketConfig {
// Sets the bucket calculation mode
mode?: common.HeatmapCalculationMode;
// The number of buckets to use for the axis in the heatmap
value?: string;
// Controls the scale of the buckets
scale?: common.ScaleDistributionConfig;
}
Methods🔗
No methods.