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

Updated Timeline datasets and examples to maintain consistency. #231

Merged
merged 4 commits into from
Sep 10, 2021

Conversation

AshishMotanamGurunadham
Copy link
Contributor

Summary

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

Closes #214

JIRA LINK: https://jira2.cerner.com/browse/UXPLATFORM-5468

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-214-ldvpskm September 8, 2021 18:30 Inactive
@mjhenkes mjhenkes temporarily deployed to terra-graphs-issue-214-ldvpskm September 8, 2021 19:01 Inactive
Comment on lines 4 to 10
const bobRossIpsum = "Just use the old one inch brush. It's so important to do something every day that will make you happy. "
+ "I sincerely wish for you every possible joy life could bring. Water's like me. It's laaazy ... Boy, it "
+ "always looks for the easiest way to do things\n\nWe're trying to teach you a technique here and how to use it. "
+ 'The least little bit can do so much. There we go.\n\nNo worries. No cares. Just float and wait for the wind to blow you around. '
+ "These trees are so much fun. I get started on them and I have a hard time stopping. We'll make some happy little bushes here. "
+ 'Absolutely no pressure. You are just a whisper floating across a mountain. There are no limits in this world. '
+ 'A thin paint will stick to a thick paint.\n';
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: use double quotes for all lines

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.

Comment on lines 4 to 10
const bobRossIpsum = "Just use the old one inch brush. It's so important to do something every day that will make you happy. "
+ "I sincerely wish for you every possible joy life could bring. Water's like me. It's laaazy ... Boy, it "
+ "always looks for the easiest way to do things\n\nWe're trying to teach you a technique here and how to use it. "
+ 'The least little bit can do so much. There we go.\n\nNo worries. No cares. Just float and wait for the wind to blow you around. '
+ "These trees are so much fun. I get started on them and I have a hard time stopping. We'll make some happy little bushes here. "
+ 'Absolutely no pressure. You are just a whisper floating across a mountain. There are no limits in this world. '
+ 'A thin paint will stick to a thick paint.\n';
Copy link
Contributor

Choose a reason for hiding this comment

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

same nit: use double quotes for all lines

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-214-ldvpskm September 10, 2021 19:10 Inactive
import dataset1 from '@cerner/terra-graphs-docs/src/example-datasets/dataObjects/Timeline/defaultDataset1';
import dataset2 from '@cerner/terra-graphs-docs/src/example-datasets/dataObjects/Timeline/defaultDataset2';
import dynamicDataset1 from '@cerner/terra-graphs-docs/src/example-datasets/dataObjects/Timeline/criticalDataset1';
import dynamicDataset2 from '@cerner/terra-graphs-docs/src/example-datasets/dataObjects/Timeline/criticalDataset2';
import getTimelinePanningConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Timeline/timelinePanningConfig';
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: move this line above dataset imports

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-214-ldvpskm September 10, 2021 20:37 Inactive
@AshishMotanamGurunadham AshishMotanamGurunadham merged commit 948f604 into main Sep 10, 2021
@AshishMotanamGurunadham AshishMotanamGurunadham deleted the issue-214 branch September 10, 2021 21:37
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 Timeline graph example datasets and reflow logic to maintain consistency
4 participants