Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Updated Combination graph datasets and examples to maintain consistency. #235

Merged
merged 5 commits into from
Sep 27, 2021

Conversation

AshishMotanamGurunadham
Copy link
Contributor

Summary

  • Updated Combination graph config objects and datasets in examples to maintain consistency.

Closes #207

Deployment Link

https://terra-graphs-deployed-pr-#.herokuapp.com/

Thank you for contributing to Terra.
@cerner/terra
@cerner/carbon

@mjhenkes mjhenkes temporarily deployed to terra-graphs-issue-207-gv3bzrc September 16, 2021 19:40 Inactive
@mjhenkes mjhenkes temporarily deployed to terra-graphs-issue-207-gv3bzrc September 16, 2021 21:14 Inactive
@mjhenkes mjhenkes temporarily deployed to terra-graphs-issue-207-gv3bzrc September 16, 2021 22:08 Inactive
@sdadn
Copy link
Contributor

sdadn commented Sep 21, 2021

Please rebase with main and resolve conflicts

@@ -0,0 +1,28 @@
import Carbon from '@cerner/carbon-graphs/lib/js/carbon';
import {
loadPopup,
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: remove , to make it a single line

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed here.

@mjhenkes mjhenkes temporarily deployed to terra-graphs-issue-207-gv3bzrc September 24, 2021 18:05 Inactive
@mjhenkes mjhenkes temporarily deployed to terra-graphs-issue-207-gv3bzrc September 24, 2021 18:52 Inactive
@mjhenkes mjhenkes temporarily deployed to terra-graphs-issue-207-gv3bzrc September 24, 2021 19:59 Inactive
@ryanthemanuel ryanthemanuel temporarily deployed to terra-graphs-issue-207-lbehkf9 September 27, 2021 14:43 Inactive

const graphConfig = utils.deepClone(getCombinationGraphConfig('#lineWithMultipleBubbleData'));
const dataset = utils.deepClone(data);
const dataset = [utils.deepClone(multipleBubbleDataset1), utils.deepClone(multipleBubbleDataset2), utils.deepClone(lineDataset)];
Copy link
Contributor

Choose a reason for hiding this comment

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

nit for easier reading:

Suggested change
const dataset = [utils.deepClone(multipleBubbleDataset1), utils.deepClone(multipleBubbleDataset2), utils.deepClone(lineDataset)];
const dataset = [
utils.deepClone(multipleBubbleDataset1),
utils.deepClone(multipleBubbleDataset2),
utils.deepClone(lineDataset)
];

@ryanthemanuel ryanthemanuel temporarily deployed to terra-graphs-issue-207-lbehkf9 September 27, 2021 16:44 Inactive
@ryanthemanuel ryanthemanuel temporarily deployed to terra-graphs-issue-207-lbehkf9 September 27, 2021 16:47 Inactive
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Combination graph example datasets and reflow logic to maintain consistency
5 participants