-
Notifications
You must be signed in to change notification settings - Fork 7
Updated Bar graphs example datasets and reflow logic to maintain consistency #215
Conversation
@@ -4,7 +4,7 @@ import DataObject from '@cerner/terra-graphs-docs/lib/example-datasets/dataObjec | |||
require('details-polyfill') |
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.
Looks like you used different data object in example.
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 here: 9035efa
Change getting started and usage in doc.MDX files from terra-graphs to carbon-graphs. |
// <div id="tooltip" className="initial-tooltip" /> | ||
// <BarGraph graphID="simpleBargraph" graphConfig={graphConfig} dataset={dataset} /> | ||
// </React.Fragment> | ||
// ); |
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.
Got a few comments to remove here
...docs/src/terra-dev-site/doc/Graphs/BarGraph/BasicBarGraphs/TimeseriesWithEventline.4.doc.mdx
Outdated
Show resolved
Hide resolved
#### Dataset 4 | ||
<DataObject2 /> | ||
|
||
#### Dataset 5 |
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.
Should these be Datasets 2 and 3 instead of 4 and 5?
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 here: 6dfd880
<DataObject1 /> | ||
|
||
#### Updated Data | ||
<DataObject1 /> |
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.
Should this be DataObject2?
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: e7ec1f1
…aph/BasicBarGraphs/TimeseriesWithEventline.4.doc.mdx Co-authored-by: Ben Cai <[email protected]>
Summary
Closes #201
Deployment Link
https://terra-graphs-deployed-pr-#.herokuapp.com/
Testing
Additional Details
Thank you for contributing to Terra.
@cerner/terra
@cerner/carbon