fix(matrixify): Set singular metric field for pie and other single-me…#40852
fix(matrixify): Set singular metric field for pie and other single-me…#40852alexandrusoare wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #40852 +/- ##
=======================================
Coverage 64.14% 64.14%
=======================================
Files 2652 2652
Lines 143488 143489 +1
Branches 33110 33110
=======================================
+ Hits 92042 92043 +1
Misses 49837 49837
Partials 1609 1609
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Code Review Agent Run #8b05e0Actionable Suggestions - 0Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
SUMMARY
MatrixifyGridGeneratorsetscellFormData.metrics(plural array), but Pie/Gauge/Funnel/BigNumber/etc. readformData.metric(singular string) — which is never set, so all panels fall back to the default empty metriccellFormData.metric = metrics[0]when assigning per-cell metrics, so singular-metric charts pick up the correct valueBEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION