Skip to content

HeatmapCalculationOptionsBuilder🔗

Constructor🔗

new HeatmapCalculationOptionsBuilder()

Methods🔗

build🔗

Builds the object.

public HeatmapCalculationOptions build()

xBuckets🔗

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

public HeatmapCalculationOptionsBuilder xBuckets(com.grafana.foundation.cog.Builder<HeatmapCalculationBucketConfig> xBuckets)

yBuckets🔗

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

public HeatmapCalculationOptionsBuilder yBuckets(com.grafana.foundation.cog.Builder<HeatmapCalculationBucketConfig> yBuckets)

See also🔗