From: Jannis Achstetter Date: Thu, 21 Apr 2016 07:30:17 +0000 (+0200) Subject: Add the option to an example (there was no other example overwriting tension for... X-Git-Tag: 2.1.0~53^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c3c664bfc66fe1f70d86e2d5ff61a8df5d9c3b15;p=thirdparty%2FChart.js.git Add the option to an example (there was no other example overwriting tension for a specific dataset) --- 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",