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: website/src/api/index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ Some basic props are defined in the components provided by `vue-chartjs`.
11
11
| datasetIdKey | Key name to identify the dataset |
12
12
| plugins | Plugins array that is passed into the Chart.js chart |
13
13
| updateMode | Mode string to indicate the transition configuration to be used. |
14
+
| ariaLabel | An [ARIA label](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-label) that describes the chart to make it accessible. |
15
+
| ariaDescribedby | A reference to the [describing element](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-describedby). E. g. a table representation of the data. |
14
16
15
17
The rest of the props will fall through to the canvas element.
0 commit comments