-
Notifications
You must be signed in to change notification settings - Fork 19
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
refactor(graphCard): sw-923 allow nested graph configs #1073
Conversation
c6f981a
to
35f1ced
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## dev #1073 +/- ##
==========================================
- Coverage 93.51% 93.50% -0.01%
==========================================
Files 123 123
Lines 4118 4128 +10
Branches 1678 1681 +3
==========================================
+ Hits 3851 3860 +9
- Misses 249 250 +1
Partials 18 18
Continue to review full report at Codecov.
|
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 we need to confirm any related components, hooks, that are pulling graph configuration. During review we came across
src/components/toolbar/toolbarFieldCategory.js
... using the graph config to generate the "category" / "type" options used as a filter.
src/components/graphCard/__tests__/__snapshots__/graphCardContext.test.js.snap
Outdated
Show resolved
Hide resolved
a626634
to
569f2a3
Compare
* config, products, isMetricDisplay, nested chart groups * graphCard, isMetricDisplay setting * graphCardChart, remove isStandalone, useProduct hook * graphCardChartTitleTooltip, stringId, remove hook * graphCardContext, return single list of settings * graphCardHelpers, restructure for nested chart groups * graphCardMetricTotals, alias id to chartId * productViewContext, uom filter on nested chart groups * styling, adjust grouped chart margins * toolbarFieldCategory, generate opts, chart groups
/retest |
* config, products, isMetricDisplay, nested chart groups * graphCard, isMetricDisplay setting * graphCardChart, remove isStandalone, useProduct hook * graphCardChartTitleTooltip, stringId, remove hook * graphCardContext, return single list of settings * graphCardHelpers, restructure for nested chart groups * graphCardMetricTotals, alias id to chartId * productViewContext, uom filter on nested chart groups * styling, adjust grouped chart margins * toolbarFieldCategory, generate opts, chart groups
* config, products, isMetricDisplay, nested chart groups * graphCard, isMetricDisplay setting * graphCardChart, remove isStandalone, useProduct hook * graphCardChartTitleTooltip, stringId, remove hook * graphCardContext, return single list of settings * graphCardHelpers, restructure for nested chart groups * graphCardMetricTotals, alias id to chartId * productViewContext, uom filter on nested chart groups * styling, adjust grouped chart margins * toolbarFieldCategory, generate opts, chart groups
What's included
Notes
How to test
Example
Updates issue/story
sw-923