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

Accessibility bug fixes: BUG 9826423, BUG 9830293 #33933

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

v-baambati
Copy link
Contributor

@v-baambati v-baambati commented Mar 3, 2025

  1. BUG 9826423 Updated color codes to fix color contrast issue in the stacked bar chart dynamic example.
  2. BUG 9830293 Updated color codes to fix color contrast issue in legends overflow example.

@v-baambati v-baambati requested a review from a team as a code owner March 3, 2025 11:37
Copy link

github-actions bot commented Mar 3, 2025

📊 Bundle size report

✅ No changes found

Copy link

github-actions bot commented Mar 3, 2025

Pull request demo site: URL

@@ -42,7 +42,7 @@ export class StackedBarChartDynamicExample extends React.Component<{}, IExampleS
getColorFromToken(DataVizPalette.color6),
DefaultPalette.tealDark,
DefaultPalette.teal,
DefaultPalette.tealLight,
getColorFromToken(DataVizPalette.color1),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you change all the colors to data viz palette.

@v-baambati v-baambati changed the title BUG 9826423: updated color codes to stacked bar chat dynamic example to fix color … Accessibility bug fixes: BUG 9826423, BUG 9830293 Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants