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

Fix overlapping bars on continuous axes #31035

Merged
merged 16 commits into from
Apr 23, 2024

Conversation

krkshitij
Copy link
Contributor

@krkshitij krkshitij commented Apr 12, 2024

@fabricteam
Copy link
Collaborator

fabricteam commented Apr 12, 2024

📊 Bundle size report

✅ No changes found

Copy link

codesandbox-ci bot commented Apr 12, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@fabricteam
Copy link
Collaborator

fabricteam commented Apr 13, 2024

🕵 fluentuiv8 No visual regressions between this PR and main

@AtishayMsft
Copy link
Contributor

The max bar width should be set to 16px.

@AtishayMsft
Copy link
Contributor

AtishayMsft commented Apr 16, 2024

Can you share the behavior for date axis and numeric axis for these versions for following scenarios - 3 bars, 20 bars, 50 bars

  1. Before 2:1 auto spacing fix.
  2. After 2:1 auto spacing fix and before this change.
  3. After this change.

@krkshitij
Copy link
Contributor Author

krkshitij commented Apr 17, 2024

Can you share the behavior for date axis and numeric axis for these versions for following scenarios - 3 bars, 20 bars, 50 bars

  1. Before 2:1 auto spacing fix: https://codepen.io/krkshitij/pen/wvZEZyZ
  2. After 2:1 auto spacing fix and before this change: https://codepen.io/krkshitij/pen/JjVaVLy
  3. After this change: https://fluentuipr.z22.web.core.windows.net/pull/31035/public-docsite/index.html#/controls/web/verticalbarchart:~:text=VerticalBarChart%20dynamic

@AtishayMsft
Copy link
Contributor

The max bar width should be set to 16px.

I meant default bar width here

@krkshitij krkshitij marked this pull request as ready for review April 17, 2024 20:08
@krkshitij krkshitij requested a review from a team as a code owner April 17, 2024 20:08
@krkshitij krkshitij merged commit 03a9079 into microsoft:master Apr 23, 2024
18 checks passed
marcosmoura added a commit to marcosmoura/fluentui that referenced this pull request Apr 23, 2024
* master: (416 commits)
  fix: remove relative imports within stories which are invalid for creating 'show docs' and circular dep imports from cypress files (microsoft#31087)
  Fix overlapping bars on continuous axes (microsoft#31035)
  feat(scripts-tasks): implement ~36% faster type-check task (microsoft#31116)
  feat(workspace-plugin): implement split-library-in-two migration generator (microsoft#31086)
  applying package updates
  Sankey diagram: Support number formatting (microsoft#31113)
  Fix wrong position of hover callout in case of single data AreaChart (microsoft#30256)
  Combobox filtering bug fix (microsoft#31141)
  chore(react-tag-picker): adds text elliptical clipping example (microsoft#31114)
  docs: command cheat sheet (microsoft#30685)
  chore: refactor tests for createPresenceComponent() (microsoft#31137)
  Stable Release: TeachingPopover (microsoft#31112)
  applying package updates
  fix: SpinButton buttons now show correct visuals at bounds (microsoft#31126)
  feat: add accessibility docs to Link about color/underlines (microsoft#31121)
  fix: Table and DataGrid should not remove cells from the accessibility tree (microsoft#31068)
  Add shadow DOM support to `@fluentui/react` (Fluent v8) (microsoft#30689)
  fix(react-swatch-picker): fixes after bug bash (microsoft#31097)
  feat: unify v9 babel preset in all packages (microsoft#31088)
  applying package updates
  ...
marcosmoura added a commit to marcosmoura/fluentui that referenced this pull request Apr 23, 2024
* master: (416 commits)
  fix: remove relative imports within stories which are invalid for creating 'show docs' and circular dep imports from cypress files (microsoft#31087)
  Fix overlapping bars on continuous axes (microsoft#31035)
  feat(scripts-tasks): implement ~36% faster type-check task (microsoft#31116)
  feat(workspace-plugin): implement split-library-in-two migration generator (microsoft#31086)
  applying package updates
  Sankey diagram: Support number formatting (microsoft#31113)
  Fix wrong position of hover callout in case of single data AreaChart (microsoft#30256)
  Combobox filtering bug fix (microsoft#31141)
  chore(react-tag-picker): adds text elliptical clipping example (microsoft#31114)
  docs: command cheat sheet (microsoft#30685)
  chore: refactor tests for createPresenceComponent() (microsoft#31137)
  Stable Release: TeachingPopover (microsoft#31112)
  applying package updates
  fix: SpinButton buttons now show correct visuals at bounds (microsoft#31126)
  feat: add accessibility docs to Link about color/underlines (microsoft#31121)
  fix: Table and DataGrid should not remove cells from the accessibility tree (microsoft#31068)
  Add shadow DOM support to `@fluentui/react` (Fluent v8) (microsoft#30689)
  fix(react-swatch-picker): fixes after bug bash (microsoft#31097)
  feat: unify v9 babel preset in all packages (microsoft#31088)
  applying package updates
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants