Skip to content

Commit

Permalink
Add note about how option fallback occurs
Browse files Browse the repository at this point in the history
  • Loading branch information
etimberg committed Jan 12, 2019
1 parent 3bc7970 commit 149a588
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/charts/line.md
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 149a588

Please sign in to comment.