![]() |
VOOZH | about |
The chord.padAngle() function in D3.js is used to set the pad angle between adjacent groups to the specified number in radians and returns the chord layout.
Syntax:
chord.padAngle([angle]);
Parameters: This function accepts a single parameter as mentioned above and described below
Return Value: This function returns the chord layout.
Below programs illustrate the chord.padAngle() function in D3.js
Example 1:
Output:
👁 ImageExample 2: