From 149a588f73df3834ba2a708f2e6cdcc1689fb012 Mon Sep 17 00:00:00 2001 From: etimberg Date: Sat, 12 Jan 2019 08:05:00 -0500 Subject: [PATCH] Add note about how option fallback occurs --- docs/charts/line.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/charts/line.md b/docs/charts/line.md index 11af3a19a62..4783c551470 100644 --- a/docs/charts/line.md +++ b/docs/charts/line.md @@ -93,6 +93,8 @@ The style of each point can be controlled with the following properties: | `pointRotation` | The rotation of the point in degrees. | `pointStyle` | Style of the point. [more...](../configuration/elements#point-styles) +All these values, if `undefined`, fallback first to the dataset options then to the associated [`elements.point.*`](../configuration/elements.md#point-configuration) options. + ### Line Styling The style of the line can be controlled with the following properties: @@ -111,6 +113,8 @@ The style of the line can be controlled with the following properties: | `showLine` | If false, the line is not drawn for this dataset. | `spanGaps` | If true, lines will be drawn between points with no or null data. If false, points with `NaN` data will create a break in the line. +All these values, if `undefined`, fallback to the associated [`elements.line.*`](../configuration/elements.md#line-configuration) options. + ### Interactions The interaction with each point can be controlled with the following properties: