Interface LineRadial

Index

Call signatures

Properties

Call signatures

(data: Array<any>, index?: number): string

Returns the path data string

Parameters

  • data: Array<any>

    Array of data elements

  • index?: number optional

    Optional index

Returns

string

Properties

public angle: { (): (d: any, i?: any) => number; (angle: number): D3.Svg.LineRadial; (angle: (d: any) => number): D3.Svg.LineRadial; (angle: (d: any, i: any) => number): D3.Svg.LineRadial; }

(): (d: any, i?: any) => number

Returns

(d: any, i?: any) => number

(): LineRadial

Returns

LineRadial

(): LineRadial

Returns

LineRadial

(): LineRadial

Returns

LineRadial

public defined: { (): (data: any) => any; (defined: (data: any) => any): D3.Svg.LineRadial; }

Control whether the line is defined at a given point.

(): (data: any) => any

Get the accessor function that controls where the line is defined.

Returns

(data: any) => any

(): LineRadial

Set the accessor function that controls where the area is defined.

Returns

LineRadial

public interpolate: { (): string; (interpolate: string): D3.Svg.LineRadial; }

Get or set the interpolation mode.

(): string

Get the interpolation accessor.

Returns

string

(): LineRadial

Set the interpolation accessor.

Returns

LineRadial

public radius: { (): (d: any, i?: number) => number; (radius: number): D3.Svg.LineRadial; (radius: (d: any) => number): D3.Svg.LineRadial; (radius: (d: any, i: number) => number): D3.Svg.LineRadial; }

(): (d: any, i?: number) => number

Returns

(d: any, i?: number) => number

(): LineRadial

Returns

LineRadial

(): LineRadial

Returns

LineRadial

(): LineRadial

Returns

LineRadial

public tension: { (): number; (tension: number): D3.Svg.LineRadial; }

Get or set the cardinal spline tension.

(): number

Get the cardinal spline accessor.

Returns

number

(): LineRadial

Set the cardinal spline accessor.

Returns

LineRadial

public x: { (): (data: any, index?: number) => number; (accessor: (data: any) => number): D3.Svg.LineRadial; (accessor: (data: any, index: number) => number): D3.Svg.LineRadial; (cnst: number): D3.Svg.LineRadial; }

Get or set the x-coordinate accessor.

(): (data: any, index?: number) => number

Get the x-coordinate accessor.

Returns

(data: any, index?: number) => number

(): LineRadial

Set the x-coordinate accessor.

Returns

LineRadial

(): LineRadial

Returns

LineRadial

(): LineRadial

Set the x-coordinate to a constant.

Returns

LineRadial

public y: { (): (data: any, index?: number) => number; (accessor: (data: any) => number): D3.Svg.LineRadial; (accessor: (data: any, index: number) => number): D3.Svg.LineRadial; (cnst: number): D3.Svg.LineRadial; }

Get or set the y-coordinate accessor.

(): (data: any, index?: number) => number

Get the y-coordinate accessor.

Returns

(data: any, index?: number) => number

(): LineRadial

Set the y-coordinate accessor.

Returns

LineRadial

(): LineRadial

Returns

LineRadial

(): LineRadial

Set the y-coordinate to a constant.

Returns

LineRadial