Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve ScreenReaderSummary descriptions #2351

Open
nickofthyme opened this issue Mar 10, 2024 · 0 comments
Open

Improve ScreenReaderSummary descriptions #2351

nickofthyme opened this issue Mar 10, 2024 · 0 comments
Labels
:accessibility Accessibility related issue :all Applies to all chart types enhancement New feature or request

Comments

@nickofthyme
Copy link
Collaborator

The current ScreenReaderSummary Component does not account for small multiples or summarizing data of any chart type other than Goal.

const ScreenReaderSummaryComponent = ({
a11ySettings,
chartTypeDescription,
goalChartData,
goalChartLabels,
}: ScreenReaderSummaryStateProps) => {
return (
<div className="echScreenReaderOnly">
<ScreenReaderLabel {...a11ySettings} goalChartLabels={goalChartLabels} />
<ScreenReaderDescription {...a11ySettings} />
<ScreenReaderTypes {...a11ySettings} chartTypeDescription={chartTypeDescription} goalChartData={goalChartData} />
</div>
);
};

@nickofthyme nickofthyme added enhancement New feature or request :accessibility Accessibility related issue :all Applies to all chart types labels Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:accessibility Accessibility related issue :all Applies to all chart types enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant