ScaleRadius

A headless component used to configure the radius size encoding for a visualization's GeomPoint elements.

Available configuration options determined by an aes.size functional mapping.

đź’ˇ

ScaleRadius is only intended to be used with GeomPoint.

Example


API

ScaleRadius(props: SizeEncodingProps) => null


SizeEncodingPropsinterface

namedescription
domain?

Used to create an explicit/fixed scale given a [min, max] for the input domain (mapped data property)

[number, number]
range?

Used to create an explicit/fixed scale given a [min, max] for the output range in pixels (default: [3, 30])

[number, number]