Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gucal committed Feb 6, 2024
1 parent a9c9718 commit f94faed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/doc/chart/accessibilitydoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export function AccessibilityDoc() {
};

return (

<DocSectionText id="accessibility" label="Accessibility">
<h3>Screen Reader</h3>
<p>
Expand All @@ -24,8 +23,8 @@ export function AccessibilityDoc() {
guide for more information. The canvas element can be customized with <i>canvasProps</i> 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.
</p>
<DocSectionCode code={code} hideToggleCode import hideCodeSandbox hideStackBlitz />
</DocSectionText>
<DocSectionCode code={code} hideToggleCode import hideCodeSandbox hideStackBlitz />

);
}

0 comments on commit f94faed

Please sign in to comment.