From f94faed70721449fd18660603311355d51f390c9 Mon Sep 17 00:00:00 2001 From: gucal Date: Tue, 6 Feb 2024 13:47:38 +0300 Subject: [PATCH] Update doc --- components/doc/chart/accessibilitydoc.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/doc/chart/accessibilitydoc.js b/components/doc/chart/accessibilitydoc.js index 4754a7b07c..1117e6035b 100644 --- a/components/doc/chart/accessibilitydoc.js +++ b/components/doc/chart/accessibilitydoc.js @@ -13,7 +13,6 @@ export function AccessibilityDoc() { }; return ( -

Screen Reader

@@ -24,8 +23,8 @@ export function AccessibilityDoc() { 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.

+
- ); }