Skip to content

HeatmapCalculationOptions🔗

Constructor🔗

HeatmapCalculationOptions()

Methods🔗

build🔗

Builds the object.

def build() -> common.HeatmapCalculationOptions

x_buckets🔗

The number of buckets to use for the xAxis in the heatmap

def x_buckets(x_buckets: cogbuilder.Builder[common.HeatmapCalculationBucketConfig]) -> typing.Self

y_buckets🔗

The number of buckets to use for the yAxis in the heatmap

def y_buckets(y_buckets: cogbuilder.Builder[common.HeatmapCalculationBucketConfig]) -> typing.Self

See also🔗