From: Evert Timberg Date: Fri, 13 May 2016 23:17:19 +0000 (-0400) Subject: fix docs for tension X-Git-Tag: v2.1.4~30^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F2541%2Fhead;p=thirdparty%2FChart.js.git fix docs for tension --- diff --git a/docs/00-Getting-Started.md b/docs/00-Getting-Started.md index 4f299d591..793b0b586 100644 --- a/docs/00-Getting-Started.md +++ b/docs/00-Getting-Started.md @@ -215,7 +215,7 @@ arc | Object | - | - *arc*.borderColor | Color | "#fff" | Default stroke color for arcs *arc*.borderWidth | Number | 2 | Default stroke width for arcs line | Object | - | - -*line*.lineTension | Number | 0.4 | Default bezier curve tension. Set to `0` for no bezier curves. +*line*.tension | Number | 0.4 | Default bezier curve tension. Set to `0` for no bezier curves. *line*.backgroundColor | Color | `Chart.defaults.global.defaultColor` | Default line fill color *line*.borderWidth | Number | 3 | Default line stroke width *line*.borderColor | Color | `Chart.defaults.global.defaultColor` | Default line stroke color