Skip to content

HeatmapCalculationBucketConfigBuilder🔗

Constructor🔗

new HeatmapCalculationBucketConfigBuilder()

Methods🔗

build🔗

Builds the object.

public HeatmapCalculationBucketConfig build()

mode🔗

Sets the bucket calculation mode

public HeatmapCalculationBucketConfigBuilder mode(HeatmapCalculationMode mode)

scale🔗

Controls the scale of the buckets

public HeatmapCalculationBucketConfigBuilder scale(com.grafana.foundation.cog.Builder<ScaleDistributionConfig> scale)

value🔗

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

public HeatmapCalculationBucketConfigBuilder value(String value)

See also🔗