D3.js bezierCurveTo() Function
The d3.bezierCurveTo() function in d3.js is used to draw the cubic-bezier segment to a certain point from the current given point via certain control points. Syntax: path.bezierCurveTo(cpx1, cpy1, cpx2, cpy2, x, y); Parameters: This function takes the following parameters. cpx1: It is the x1-coordin