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

adding lines in vertical stacked bar chart complex combo chart #15551

Merged

Conversation

shivasai09
Copy link
Contributor

@shivasai09 shivasai09 commented Oct 16, 2020

Pull request checklist

Description of changes

added the new feature which is complex combo chart.

nothing but adding lines to the vertical stacked bar chart

hosted at
http://fabricweb.z5.web.core.windows.net/pr-deploy-site/refs/pull/15551/merge/charting/dist/index.html#/examples/VerticalStackedBarChart

Focus areas to test

vertical stacked bar chart

@shivasai09 shivasai09 requested a review from Raghurk as a code owner October 16, 2020 14:09
@msft-github-bot msft-github-bot added the needs cherry-pick Temporary label for PRs which may need to be cherry-picked to master label Oct 16, 2020
@shivasai09 shivasai09 changed the title adding lines in vertical stacked bar chart adding lines in vertical stacked bar chart complex combo chart Oct 16, 2020
@shivasai09 shivasai09 closed this Oct 16, 2020
@shivasai09 shivasai09 reopened this Oct 16, 2020
@codesandbox-ci
Copy link

codesandbox-ci bot commented Oct 16, 2020

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 59b260b:

Sandbox Source
Fluent UI Button Configuration
codesandbox-react-template Configuration

@msft-github-bot
Copy link
Contributor

msft-github-bot commented Oct 16, 2020

Perf Analysis

No significant results to display.

All results

Scenario Render type 7.0 Ticks PR Ticks Iterations Status
BaseButton mount 909 915 5000
Breadcrumb mount 39236 39725 5000
Checkbox mount 1573 1565 5000
CheckboxBase mount 1325 1345 5000
ChoiceGroup mount 4978 4994 5000
ComboBox mount 880 922 1000
CommandBar mount 7446 7355 1000
ContextualMenu mount 12410 12644 1000
DefaultButton mount 1138 1118 5000
DetailsRow mount 3518 3553 5000
DetailsRowFast mount 3604 3667 5000
DetailsRowNoStyles mount 3422 3477 5000
Dialog mount 1546 1537 1000
DocumentCardTitle mount 1846 1814 1000
Dropdown mount 2655 2667 5000
FocusTrapZone mount 1763 1731 5000
FocusZone mount 1780 1753 5000
IconButton mount 1813 1817 5000
Label mount 330 328 5000
Layer mount 1999 2032 5000
Link mount 440 434 5000
MenuButton mount 1599 1539 5000
MessageBar mount 2073 2082 5000
Nav mount 3263 3271 1000
OverflowSet mount 1382 1415 5000
Panel mount 1555 1409 1000
Persona mount 846 836 1000
Pivot mount 1425 1476 1000
PrimaryButton mount 1286 1280 5000
Rating mount 7767 7694 5000
SearchBox mount 1279 1328 5000
Shimmer mount 2584 2620 5000
Slider mount 1480 1489 5000
SpinButton mount 5029 5016 5000
Spinner mount 408 396 5000
SplitButton mount 3214 3167 5000
Stack mount 488 508 5000
StackWithIntrinsicChildren mount 1520 1502 5000
StackWithTextChildren mount 4716 4735 5000
SwatchColorPicker mount 10090 10150 5000
TagPicker mount 2691 2767 5000
TeachingBubble mount 47783 47456 5000
Text mount 438 427 5000
TextField mount 1445 1406 5000
Toggle mount 817 843 5000
button mount 109 105 5000

@size-auditor
Copy link

size-auditor bot commented Oct 16, 2020

Asset size changes

Size Auditor did not detect a change in bundle size for any component!

Baseline commit: cdd4bc1d6b7eb991527d6d9ebb59709854fd3a16 (build)

@khmakoto
Copy link
Member

Now that we're publishing beta versions of 8.0 please also port this to the master branch once it merges.

if (_isHavingLines) {
if (this.state.isLegendSelected) {
shouldFocusStackOnly = false;
} else {
Copy link
Contributor

Choose a reason for hiding this comment

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

shouldFocusStackOnly= this.state.isLegendSelected

// we inject index also , it will be helpful to draw lines when x asix is
// of string type
linesData.forEach((line: LineData) => {
if (line.x === undefined) {
Copy link
Contributor

Choose a reason for hiding this comment

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

if (!line.x)

}
if (line.index === undefined) {
line.index = index;
}
Copy link
Contributor

Choose a reason for hiding this comment

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

if (!line.index)

@Raghurk Raghurk merged commit 33e5b93 into microsoft:7.0 Oct 31, 2020
@shivasai09
Copy link
Contributor Author

@khmakoto how to port it? , now it is merged to 7.0

@msft-github-bot
Copy link
Contributor

🎉@uifabric/[email protected] has been released which incorporates this pull request.:tada:

Handy links:

@msft-github-bot
Copy link
Contributor

🎉@fluentui/[email protected] has been released which incorporates this pull request.:tada:

Handy links:

@khmakoto
Copy link
Member

khmakoto commented Nov 2, 2020

@shivasai09 you should open a PR with the cherry-picked changes from this but to the master branch.

@shivasai09
Copy link
Contributor Author

shivasai09 commented Nov 3, 2020

@khmakoto is there any documentation on how to cherry-pick this branch and open a PR against the master,

or do we have to create a other branch and manually add all the changes which are there in this branch to the freshly created branch and open a pr against the master..

how to proceed?

@khmakoto
Copy link
Member

khmakoto commented Nov 3, 2020

@shivasai09 here's a good guide to git cherry pick.

@kubkon kubkon self-assigned this Jan 26, 2021
kubkon pushed a commit to kubkon/fluentui that referenced this pull request Jan 26, 2021
…soft#15551)

* adding lines in the vertical stacked bar chart

* Change files

* fix build errors

* fix build erros

* when only the line is highlighted we should show callout to that

* fix build issues

* making the callout sort according to the rects

* updating snapshots

Co-authored-by: v-sivsar <[email protected]>
kubkon pushed a commit to kubkon/fluentui that referenced this pull request Jan 27, 2021
…soft#15551)

* adding lines in the vertical stacked bar chart

* Change files

* fix build errors

* fix build erros

* when only the line is highlighted we should show callout to that

* fix build issues

* making the callout sort according to the rects

* updating snapshots

Co-authored-by: v-sivsar <[email protected]>
Hotell pushed a commit that referenced this pull request Jan 27, 2021
… (#16639)

* adding lines in the vertical stacked bar chart

* Change files

* fix build errors

* fix build erros

* when only the line is highlighted we should show callout to that

* fix build issues

* making the callout sort according to the rects

* updating snapshots

Co-authored-by: v-sivsar <[email protected]>

Co-authored-by: v-sivsar <[email protected]>
@ecraig12345 ecraig12345 removed the needs cherry-pick Temporary label for PRs which may need to be cherry-picked to master label Feb 2, 2021
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.

7 participants