HeatmapCalculationOptionsBuilder🔗
Constructor🔗
Methods🔗
Build🔗
Builds the object.
XBuckets🔗
The number of buckets to use for the xAxis in the heatmap
func (builder *HeatmapCalculationOptionsBuilder) XBuckets(xBuckets cog.Builder[common.HeatmapCalculationBucketConfig]) *HeatmapCalculationOptionsBuilder
YBuckets🔗
The number of buckets to use for the yAxis in the heatmap
func (builder *HeatmapCalculationOptionsBuilder) YBuckets(yBuckets cog.Builder[common.HeatmapCalculationBucketConfig]) *HeatmapCalculationOptionsBuilder