Skip to content

Commit 7e8bf05

Browse files
Update README.md (#538)
Updated link locations for documentation references to Chart.js Docs
1 parent 73a47d1 commit 7e8bf05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ If you're using Chart.js 2.6 and below, add the `showLines: false` property to y
176176

177177
#### onElementsClick || getElementsAtEvent (function)
178178

179-
A function to be called when mouse clicked on chart elememts, will return all element at that point as an array. [Check](https://github.com/chartjs/Chart.js/blob/master/docs/09-Advanced.md#getelementsatevente)
179+
A function to be called when mouse clicked on chart elememts, will return all element at that point as an array. [Check](https://github.com/chartjs/Chart.js/blob/master/docs/docs/developers/api.md#getelementsatevente)
180180

181181
```js
182182
{
@@ -188,7 +188,7 @@ A function to be called when mouse clicked on chart elememts, will return all el
188188
```
189189
#### getElementAtEvent (function)
190190

191-
Calling getElementAtEvent(event) on your Chart instance passing an argument of an event, or jQuery event, will return the single element at the event position. If there are multiple items within range, only the first is returned [Check](https://github.com/chartjs/Chart.js/blob/master/docs/09-Advanced.md#getelementatevente)
191+
Calling getElementAtEvent(event) on your Chart instance passing an argument of an event, or jQuery event, will return the single element at the event position. If there are multiple items within range, only the first is returned [Check](https://github.com/chartjs/Chart.js/blob/master/docs/docs/developers/api.md#getelementatevente)
192192

193193
```js
194194
{
@@ -199,7 +199,7 @@ Calling getElementAtEvent(event) on your Chart instance passing an argument of a
199199

200200
#### getDatasetAtEvent (function)
201201

202-
Looks for the element under the event point, then returns all elements from that dataset. This is used internally for 'dataset' mode highlighting [Check](https://github.com/chartjs/Chart.js/blob/master/docs/09-Advanced.md#getdatasetatevente)
202+
Looks for the element under the event point, then returns all elements from that dataset. This is used internally for 'dataset' mode highlighting [Check](https://github.com/chartjs/Chart.js/blob/master/docs/docs/developers/api.md#getdatasetatevente)
203203

204204
```js
205205
{

0 commit comments

Comments
 (0)