Function areaRadial

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

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

    Returns AreaRadial<[number, number]>

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

    Ensure that the accessors used with the area 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 area generator.

    Type Parameters

    • Datum

    Returns AreaRadial<Datum>