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

feat(react-charts-preview): Migrate VSBC to V9 #33909

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

Conversation

Anush2303
Copy link
Contributor

@Anush2303 Anush2303 commented Feb 26, 2025

image

Related Issue(s)

  • Fixes #

Copy link

github-actions bot commented Feb 26, 2025

📊 Bundle size report

✅ No changes found

Copy link

Pull request demo site: URL

@Anush2303 Anush2303 marked this pull request as ready for review February 28, 2025 05:26
@Anush2303 Anush2303 requested a review from a team as a code owner February 28, 2025 05:26
@fabricteam
Copy link
Collaborator

fabricteam commented Feb 28, 2025

🕵 fluentuiv9 No visual regressions between this PR and main

_points = props.data || [];
_barWidth = getBarWidth(props.barWidth, props.maxBarWidth);
const defaultColors: string[] = [
tokens.colorPaletteBlueForeground2,
Copy link
Contributor

Choose a reason for hiding this comment

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

colorPaletteBlueForeground2

dont repeat this list of colors

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You mean, we should use new set of default colors?

import { max as d3Max, min as d3Min } from 'd3-array';
import { Axis as D3Axis } from 'd3-axis';
import { select as d3Select } from 'd3-selection';
import { useVerticalStackedBarChartStyles_unstable } from './useVerticalStackedBarChartStyles.styles';
Copy link
Contributor

Choose a reason for hiding this comment

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

useVerticalStackedBarChartStyles_unstable

i dont see tabster integrated here

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Just added tabIndex attribute. Just like other v9 charts.

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.

4 participants