Home Forums Report Bugs In scan mode Narrator is incorrectly announcing image on interactive graphs pres Reply To: In scan mode Narrator is incorrectly announcing image on interactive graphs pres

#45173

@edad_msft,

As aria-label was set for overlaid canvas instead of the canvas in which charts are drawn, Narrator was announcing it as “Image”. You can add aria-label to canvas and hide the overlaid canvas from the narrator by setting aria-hidden to true as shown in this updated JSFiddle.

—-
Manoj Mohan
Team CanvasJS