diff --git a/docs/graph2d/index.html b/docs/graph2d/index.html index f52d46f1..6728e7ef 100644 --- a/docs/graph2d/index.html +++ b/docs/graph2d/index.html @@ -673,7 +673,7 @@ onRender: function(item, group, graph2d) { interpolation.parametrization String 'centripetal' - Define the type of parametrizaion for the catmullRom interpolation. Example 7 shows the different parametrizations. The options are 'centripetal' (best results), 'chordal' and 'uniform'. Uniform is the computationally cheapest variant. + Define the type of parametrizaion for the catmullRom interpolation. Example 6 shows the different parametrizations. The options are 'centripetal' (best results), 'chordal' and 'uniform'. Uniform is the computationally cheapest variant. If interpolation is disabled, linear interpolation is used.