![]() |
VOOZH | about |
The d3.curveNatural() method produces a natural cubic spline. The curve is also based on the natural cubic splines.
Syntax:
d3.curveNatural()
Parameters: This method does not accept any parameters.
Return Value: This method does not return any value.
Example 1:
Output:
👁 ImageExample 2: