RepelParameters

interface RepelParameters : OptionsCapsule

Parameters supported by geomTextRepel() and geomLabelRepel().

Inheritors

Properties

Link copied to clipboard
abstract val arrow: Map<String, Any>?

Specification for arrow head, as created by arrow() function.

Link copied to clipboard
abstract val boxPadding: Number?

Padding around text labels to prevent overlap between labels.

Link copied to clipboard
abstract val direction: String?

Direction in which text labels can be moved.

Link copied to clipboard
abstract val maxIter: Int?

Maximum number of iterations used to resolve collisions.

Link copied to clipboard
abstract val maxOverlaps: Int?

The maximum number of overlapping text labels allowed. Additional text labels will be hidden.

Link copied to clipboard
abstract val maxTime: Double?

Maximum allowed time in seconds for resolving label collisions.

Link copied to clipboard
abstract val minSegmentLength: Number?

Minimum length of the line connecting the label to the point. Shorter segments will be omitted.

Link copied to clipboard
abstract val pointPadding: Number?

Padding around data points to prevent overlap with text labels.

Link copied to clipboard
abstract val seed: Int?

Random seed for reproducibility.