Skip to content

Commit

Permalink
Fix primefaces#3892: Charts add accessibility to canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Jan 28, 2023
1 parent 2b51e9b commit 084d9cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api-generator/components/chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ const ChartProps = [
type: 'string',
default: 'null',
description: 'Style class of the element.'
},
{
name: 'ariaLabel',
type: 'string',
default: 'options.plugins.title.text',
description: ' ARIA label for the chart canvas. Defaults to options.plugins.title.text if available.'
}
];

Expand Down

0 comments on commit 084d9cb

Please sign in to comment.