-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Tree Chart component - react-charting - Production Fixes #23886
Conversation
Usr/apurva tech/tree chart
…-tech/fluentui into usr/Apurva-tech/TreeChart
… usr/Apurva-tech/TreeChart
Usr/apurva tech/tree chart
add: yarn change file
fix: d3-hierarchy version
…json only 1 change file needed
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. Latest deployment of this branch, based on commit 51ae84c:
|
📊 Bundle size report🤖 This report was generated against 748e703b9b977b17919af952742a3a1d290e0bce |
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 748e703b9b977b17919af952742a3a1d290e0bce (build) |
import { hierarchy, tree } from 'd3-hierarchy'; | ||
import { classNamesFunction } from '@fluentui/react/lib/Utilities'; | ||
import { IProcessedStyleSet } from '@fluentui/react/lib/Styling'; | ||
import { FocusZone } from '@fluentui/react-focus'; | ||
// import { wrapTextInsideNode } from '../../utilities/utilities'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
Verified that:
master
branchyarn change
locallyCurrent Behavior
The deployed link has bugs related to SVG width
New Behavior