Skip to content

Commit

Permalink
Enable the link to label configuration from the guide navigation menu (
Browse files Browse the repository at this point in the history
…#613)

* Enable link to label configuration from the guide navigation menu

* fixes typo
  • Loading branch information
stockiNail authored Jan 7, 2022
1 parent 37479dc commit 0bdb116
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/guide/types/box.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ If one of the axes does not match an axis in the chart, the box will take the en

If this value is a number, it is applied to all corners of the rectangle (topLeft, topRight, bottomLeft, bottomRight). If this value is an object, the `topLeft` property defines the top-left corners border radius. Similarly, the `topRight`, `bottomLeft`, and `bottomRight` properties can also be specified. Omitted corners have radius of 0.

### Label
## Label

Namespace: `options.annotations[annotationID].label`, it defines options for the box annotation label.

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/types/line.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ If `scaleID` is unset, then `xScaleID` and `yScaleID` are used to draw a line fr
| `shadowOffsetX` | The distance that shadow will be offset horizontally. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/shadowOffsetX).
| `shadowOffsetY` | The distance that shadow will be offset vertically. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/shadowOffsetY).

### Label
## Label

Namespace: `options.annotations[annotationID].label`, it defines options for the line annotation label.

Expand Down
4 changes: 2 additions & 2 deletions docs/guide/types/polygon.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Polygin Annotations
# Polygon Annotations

Polygin annotations are used to mark whatever polygon (for instance triangle, square or pentagon) on the chart area. This can be useful for highlighting values that are of interest.
Polygon annotations are used to mark whatever polygon (for instance triangle, square or pentagon) on the chart area. This can be useful for highlighting values that are of interest.

```js chart-editor
/* <block:options:0> */
Expand Down

0 comments on commit 0bdb116

Please sign in to comment.