You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/events.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This plugin currently supports the following label events:
9
9
| `click` | `click` | the mouse's primary button is pressed and released on a label
10
10
11
11
::: tip
12
-
<sup>1</sup> [Chart.js events](http://www.chartjs.org/docs/latest/general/interactions/events.html) that need to be enabled in order to get the associated label event working. Note that by default Chart.js enables `"mousemove", "mouseout", "click", "touchstart", "touchmove", "touchend"`, meaning that label events work out-of-the-box.
12
+
<sup>1</sup> [Chart.js events](https://www.chartjs.org/docs/latest/configuration/interactions.html#events) that need to be enabled in order to get the associated label event working. Note that by default Chart.js enables `"mousemove", "mouseout", "click", "touchstart", "touchmove", "touchend"`, meaning that label events work out-of-the-box.
You can download the latest version of `chartjs-plugin-datalabels` from the [GitHub releases](https://github.com/chartjs/chartjs-plugin-datalabels/releases/latest):
@@ -65,7 +65,7 @@ The context object contains the following properties:
65
65
66
66
| Property | Type | Description
67
67
| -------- | ---- | -----------
68
-
| `active` | `bool` | Whether the associated element is hovered ([see interactions](http://www.chartjs.org/docs/latest/general/interactions/)).
68
+
| `active` | `bool` | Whether the associated element is hovered ([see interactions](https://www.chartjs.org/docs/latest/configuration/interactions.html)).
69
69
| `chart` | `Chart` | The associated chart.
70
70
| `dataIndex` | `number` | The index of the associated data.
71
71
| `dataset` | `object` | The dataset at index `datasetIndex`.
0 commit comments