From c2a10d805322032630ad7d49062ab78f22038043 Mon Sep 17 00:00:00 2001 From: Bruce Date: Mon, 31 Oct 2016 23:29:04 -0700 Subject: [PATCH] Fix link in graph2d docs - description in the graph2d docs for interpolation.parameterization should link to Example 6, Interpolation. - Closes #2118 --- docs/graph2d/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.