OptionalmaxHeightMeters?: numberTrue visual maximum extrusion height in meters. The tallest cell reaches exactly this height.
OptionalminHeightMeters?: numberMinimum extrusion height in meters.
OptionalscaleMode?: "predefinedRange" | "currentRange"Normalised scale mode. The metric is mapped to a known range before computing height,
so maxHeightMeters equals the actual maximum visual height in meters.
OptionalminHeightMeters?: numberMinimum extrusion height in meters.
OptionalscaleFactor?: numberMultiplier applied to the raw metric value to obtain extrusion height in meters.
Raw scale mode: scaleFactor is multiplied directly with the raw metric value.
Height (extrusion) configuration for a metric.
The shape depends on
scaleMode:'predefinedRange'/'currentRange'(default): usemaxHeightMetersto set a true visual ceiling.'raw': usescaleFactorto multiply the raw metric value directly.