Skip to content

Commit 6d6ad65

Browse files
committed
Update doc typos in bar, doughnut, and bubble charts.
1 parent bc3de66 commit 6d6ad65

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/charts/bar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ The interaction with each bar can be controlled with the following properties:
120120
| Name | Description
121121
| ---- | -----------
122122
| `hoverBackgroundColor` | The bar background color when hovered.
123-
| `hoverBorderColor` | The bar border color hovered.
123+
| `hoverBorderColor` | The bar border color when hovered.
124124
| `hoverBorderWidth` | The bar border width when hovered (in pixels).
125125

126-
All these values, if `undefined`, fallback to the associated [`elements.point.*`](../configuration/elements.md#point-configuration) options.
126+
All these values, if `undefined`, fallback to the associated [`elements.rectangle.*`](../configuration/elements.md#rectangle-configuration) options.
127127

128128
## Scale Configuration
129129
The bar chart accepts the following configuration from the associated `scale` options:

docs/charts/bubble.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The interaction with each bubble can be controlled with the following properties
8080
| Name | Description
8181
| ---- | -----------
8282
| `hoverBackgroundColor` | bubble background color when hovered.
83-
| `hoverBorderColor` | bubble border color hovered.
83+
| `hoverBorderColor` | bubble border color when hovered.
8484
| `hoverBorderWidth` | bubble border width when hovered (in pixels).
8585
| `hoverRadius` | bubble **additional** radius when hovered (in pixels).
8686
| `hitRadius` | bubble **additional** radius for hit detection (in pixels).

docs/charts/doughnut.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The style of each arc can be controlled with the following properties:
7474
| `borderColor` | arc border color.
7575
| `borderWidth` | arc border width (in pixels).
7676

77-
All these values, if `undefined`, fallback to the associated [`elements.point.*`](../configuration/elements.md#point-configuration) options.
77+
All these values, if `undefined`, fallback to the associated [`elements.arc.*`](../configuration/elements.md#arc-configuration) options.
7878

7979
### Border Alignment
8080

@@ -91,7 +91,7 @@ The interaction with each arc can be controlled with the following properties:
9191
| Name | Description
9292
| ---- | -----------
9393
| `hoverBackgroundColor` | arc background color when hovered.
94-
| `hoverBorderColor` | arc border color hovered.
94+
| `hoverBorderColor` | arc border color when hovered.
9595
| `hoverBorderWidth` | arc border width when hovered (in pixels).
9696

9797
All these values, if `undefined`, fallback to the associated [`elements.arc.*`](../configuration/elements.md#arc-configuration) options.

0 commit comments

Comments
 (0)