From 8f64bf67c68efa347457f2859a7a8dec277f9aaf Mon Sep 17 00:00:00 2001 From: stock Date: Tue, 2 Apr 2019 09:35:50 +0200 Subject: [PATCH] changed default to cubicinterpolationmode to "default" --- docs/charts/line.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/charts/line.md b/docs/charts/line.md index dcda542ab8e..8fa92b0b9bc 100644 --- a/docs/charts/line.md +++ b/docs/charts/line.md @@ -50,7 +50,7 @@ The line chart allows a number of properties to be specified for each dataset. T | [`borderDashOffset`](#line-styling) | `number` | Yes | - | `0.0` | [`borderJoinStyle`](#line-styling) | `string` | Yes | - | `'miter'` | [`borderWidth`](#line-styling) | `number` | Yes | - | `3` -| [`cubicInterpolationMode`](#cubicinterpolationmode) | `string` | Yes | - | `undefined` +| [`cubicInterpolationMode`](#cubicinterpolationmode) | `string` | Yes | - | `default` | [`fill`](#line-styling) | boolean|string | Yes | - | `true` | [`label`](#general) | `string` | - | - | `''` | [`lineTension`](#line-styling) | `number` | - | - | `0.4`