From c3c664bfc66fe1f70d86e2d5ff61a8df5d9c3b15 Mon Sep 17 00:00:00 2001 From: Jannis Achstetter Date: Thu, 21 Apr 2016 09:30:17 +0200 Subject: [PATCH] Add the option to an example (there was no other example overwriting tension for a specific dataset) --- samples/line-legend.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/line-legend.html b/samples/line-legend.html index e454eb08f..92e5e5b5a 100644 --- a/samples/line-legend.html +++ b/samples/line-legend.html @@ -52,8 +52,9 @@ fill: false, borderDash: [5, 5], }, { - label: "My Third dataset", + label: "My Third dataset - No bezier", data: [randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor()], + lineTension: 0, fill: false, }, { label: "My Fourth dataset", -- 2.47.3