Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable the link to label configuration from the guide navigation menu #613

Merged
merged 2 commits into from
Jan 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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