Home Forums Report Bugs Date picker button present on dialog box is not accessible with keyboard. Reply To: Date picker button present on dialog box is not accessible with keyboard.

#39350

@edad_msft,

CanvasJS stockcharts plots all the chart elements on HTML5 canvas element, which is considered as an image by the narrator. Hence it’s not possible to have accessibility for input fields as of now. However, you can pass aria-label field to the entire chart to achieve accessibility. Please take a look at this JSFiddle for an example on the same.

Also, please refer to this forum thread for more information.

—-
Manoj Mohan
Team CanvasJS