From: Jannis Achstetter Date: Thu, 21 Apr 2016 07:23:48 +0000 (+0200) Subject: Update the docs X-Git-Tag: 2.1.0~53^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4d4271e6c4088913f3fcbe1e2c8c43d967b3379e;p=thirdparty%2FChart.js.git Update the docs --- diff --git a/docs/02-Line-Chart.md b/docs/02-Line-Chart.md index 2202fcb67..82d2f71f0 100644 --- a/docs/02-Line-Chart.md +++ b/docs/02-Line-Chart.md @@ -80,8 +80,9 @@ var data = { // Number or array - border width of point when hovered pointHoverBorderWidth: 2, - // Tension - bezier curve tension of the line. Set to 0 to draw straight Wlines connecting points - tension: 0.1, + // Tension - bezier curve tension of the line. Set to 0 to draw straight lines connecting points + // Used to be called "tension" but was renamed for consistency. The old option name continues to work for compatibility. + lineTension: 0.1, // Number - the pixel size of the point shape. Can be set to 0 to not render a circle over the point radius: 1,