From 908e5b2be2c2d5d0dba3a8614e12fc6f8727ab06 Mon Sep 17 00:00:00 2001 From: Mert Sincan Date: Tue, 17 Dec 2024 12:19:44 +0000 Subject: [PATCH] Fixed #13943 --- apps/showcase/doc/chart/accessibilitydoc.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/showcase/doc/chart/accessibilitydoc.ts b/apps/showcase/doc/chart/accessibilitydoc.ts index d74548fff08..3453f9a9f5b 100644 --- a/apps/showcase/doc/chart/accessibilitydoc.ts +++ b/apps/showcase/doc/chart/accessibilitydoc.ts @@ -10,8 +10,7 @@ import { Component } from '@angular/core';

Chart components internally use canvas element, refer to the Chart.js accessibility - guide for more information. The canvas element can be customized with canvasProps property to define aria roles and properties, in addition any content inside the component is directly passed as a child of the canvas to be - able to provide fallback content like a table. + guide for more information.