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

Update Scatter graphs documentation #249

Merged
merged 20 commits into from
Oct 25, 2021
Merged

Update Scatter graphs documentation #249

merged 20 commits into from
Oct 25, 2021

Conversation

sdadn
Copy link
Contributor

@sdadn sdadn commented Oct 15, 2021

Summary

Closes #213

This PR closes two Jiras:
https://jira2.cerner.com/browse/UXPLATFORM-5470
https://jira2.cerner.com/browse/UXPLATFORM-5817

Deployment Link

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

Testing

Additional Details

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

@sdadn sdadn added chore Code cleanup and maintenance 📦 terra-graphs-docs labels Oct 15, 2021
@ryanthemanuel ryanthemanuel temporarily deployed to terra-graphs-issue-5470-lmzwy3 October 15, 2021 17:59 Inactive
@sdadn sdadn self-assigned this Oct 15, 2021
@ryanthemanuel ryanthemanuel temporarily deployed to terra-graphs-issue-5470-lmzwy3 October 15, 2021 19:59 Inactive
@sdadn sdadn changed the title Issue 5470 Update Scatter graphs documentation Oct 19, 2021
@ryanthemanuel ryanthemanuel temporarily deployed to terra-graphs-issue-5470-lmzwy3 October 19, 2021 22:02 Inactive
@ryanthemanuel ryanthemanuel temporarily deployed to terra-graphs-issue-5470-lmzwy3 October 20, 2021 18:53 Inactive
@ryanthemanuel ryanthemanuel temporarily deployed to terra-graphs-issue-5470-lmzwy3 October 20, 2021 18:54 Inactive
@ryanthemanuel ryanthemanuel temporarily deployed to terra-graphs-issue-5470-lmzwy3 October 20, 2021 19:23 Inactive
@ryanthemanuel ryanthemanuel temporarily deployed to terra-graphs-issue-5470-lmzwy3 October 20, 2021 19:26 Inactive
@ryanthemanuel ryanthemanuel temporarily deployed to terra-graphs-issue-5470-lmzwy3 October 21, 2021 16:05 Inactive
@ryanthemanuel ryanthemanuel temporarily deployed to terra-graphs-issue-5470-lmzwy3 October 21, 2021 19:52 Inactive
@ryanthemanuel ryanthemanuel temporarily deployed to terra-graphs-issue-5470-lmzwy3 October 21, 2021 19:53 Inactive
| Property Name | Type | Required | Default | Description |
|---------------|--------|----------|---------|--------------------------------------|
| x | string | yes | - | Value for the x coordinate. |
| y | string | yes | - | Value for the y coordinate. |
Copy link
Contributor

Choose a reason for hiding this comment

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

Should the Type for x and y be a number instead of string?

@ryanthemanuel ryanthemanuel temporarily deployed to terra-graphs-issue-5470-lmzwy3 October 22, 2021 17:55 Inactive
Comment on lines 190 to 200
For a timeseries x-axis, the `type` of the x-axis config is set to `AXIS_TYPE.TIME_SERIES`:
```js
// ...
axis: {
x: {
type: Carbon.helpers.AXIS_TYPE.TIME_SERIES
}
// ...
}
// ...
```
Copy link
Contributor

Choose a reason for hiding this comment

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

It would be better if we add this in graph doc instead of adding it near examples.

@ryanthemanuel ryanthemanuel temporarily deployed to terra-graphs-issue-5470-lmzwy3 October 23, 2021 03:06 Inactive
@ryanthemanuel ryanthemanuel temporarily deployed to terra-graphs-issue-5470-lmzwy3 October 23, 2021 03:07 Inactive
@ryanthemanuel ryanthemanuel temporarily deployed to terra-graphs-issue-5470-lmzwy3 October 25, 2021 13:47 Inactive
@ryanthemanuel ryanthemanuel temporarily deployed to terra-graphs-issue-5470-lmzwy3 October 25, 2021 13:50 Inactive
@ryanthemanuel ryanthemanuel temporarily deployed to terra-graphs-issue-5470-lmzwy3 October 25, 2021 13:51 Inactive
@ryanthemanuel ryanthemanuel temporarily deployed to terra-graphs-issue-5470-lmzwy3 October 25, 2021 14:05 Inactive
@sdadn sdadn merged commit ac57c4e into main Oct 25, 2021
@sdadn sdadn deleted the issue-5470 branch October 25, 2021 14:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
chore Code cleanup and maintenance 📦 terra-graphs-docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Scatter graph example datasets and reflow logic to maintain consistency
4 participants