File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -120,10 +120,10 @@ The interaction with each bar can be controlled with the following properties:
120
120
| Name | Description
121
121
| ---- | -----------
122
122
| ` hoverBackgroundColor ` | The bar background color when hovered.
123
- | ` hoverBorderColor ` | The bar border color hovered.
123
+ | ` hoverBorderColor ` | The bar border color when hovered.
124
124
| ` hoverBorderWidth ` | The bar border width when hovered (in pixels).
125
125
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.
127
127
128
128
## Scale Configuration
129
129
The bar chart accepts the following configuration from the associated ` scale ` options:
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ The interaction with each bubble can be controlled with the following properties
80
80
| Name | Description
81
81
| ---- | -----------
82
82
| ` hoverBackgroundColor ` | bubble background color when hovered.
83
- | ` hoverBorderColor ` | bubble border color hovered.
83
+ | ` hoverBorderColor ` | bubble border color when hovered.
84
84
| ` hoverBorderWidth ` | bubble border width when hovered (in pixels).
85
85
| ` hoverRadius ` | bubble ** additional** radius when hovered (in pixels).
86
86
| ` hitRadius ` | bubble ** additional** radius for hit detection (in pixels).
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ The style of each arc can be controlled with the following properties:
74
74
| ` borderColor ` | arc border color.
75
75
| ` borderWidth ` | arc border width (in pixels).
76
76
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.
78
78
79
79
### Border Alignment
80
80
@@ -91,7 +91,7 @@ The interaction with each arc can be controlled with the following properties:
91
91
| Name | Description
92
92
| ---- | -----------
93
93
| ` hoverBackgroundColor ` | arc background color when hovered.
94
- | ` hoverBorderColor ` | arc border color hovered.
94
+ | ` hoverBorderColor ` | arc border color when hovered.
95
95
| ` hoverBorderWidth ` | arc border width when hovered (in pixels).
96
96
97
97
All these values, if ` undefined ` , fallback to the associated [ ` elements.arc.* ` ] ( ../configuration/elements.md#arc-configuration ) options.
You can’t perform that action at this time.
0 commit comments