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.