Function lineRadial

  • Constructs a new radial line generator with the default settings.

    Ensure that the accessors used with the radial line generator correspond to the arguments passed into them, or set them to constants as appropriate.

    Returns LineRadial<[number, number]>

  • Constructs a new radial line generator with the default settings.

    Ensure that the accessors used with the radial line generator correspond to the arguments passed into them, or set them to constants as appropriate.

    The generic refers to the data type of an element in the input array passed into the radial line generator.

    Type Parameters

    • Datum

    Returns LineRadial<Datum>