Skip to content

Commit

Permalink
Fix broken link (#9315)
Browse files Browse the repository at this point in the history
  • Loading branch information
benlumley committed Jun 25, 2021
1 parent ed73dce commit 3bb0241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/charts/scatter.md
Expand Up @@ -56,7 +56,7 @@ Namespaces:
* `options.elements.point` - options for all [point elements](../configuration/elements.md#point-configuration)
* `options` - options for the whole chart

The scatter chart supports all of the same properties as the [line chart](./charts/line.md#dataset-properties).
The scatter chart supports all of the same properties as the [line chart](./line.md#dataset-properties).
By default, the scatter chart will override the showLine property of the line chart to `false`.

The index scale is of the type `linear`. This means if you are using the labels array the values have to be numbers or parsable to numbers, the same applies to the object format for the keys.
Expand Down

0 comments on commit 3bb0241

Please sign in to comment.