nudgeUnit

open override val nudgeUnit: String? = null

Parameters

nudgeUnit

("identity", "size", "px") Units for x and y nudging. Possible values:

  • "identity": a unit of 1 corresponds to a difference of 1 in data space;

  • "size": a unit of 1 corresponds to the diameter of a point with size=1;

  • "px": the unit is measured in screen pixels.