Static viz funnel fix (more #18676) (#19983)
Still pursuant to #18676 1. Funnel was previously not doing lato font for the bold bit because visx's text doesn't take weights, it takes styles 2. Columns can be nontrivial with respect to funnels, which was an oversight 3. For some reason the first try for fixing 2 also impinged upon values being strings for funnels, which breaks things at SVG level 4. And let's just shove in a nit for the display of trends if the previous value and current value are the same
Showing
- frontend/src/metabase/static-viz/components/FunnelChart/FunnelChart.tsx 1 addition, 1 deletion...etabase/static-viz/components/FunnelChart/FunnelChart.tsx
- src/metabase/pulse/render/body.clj 17 additions, 13 deletionssrc/metabase/pulse/render/body.clj
- test/metabase/pulse/render/body_test.clj 31 additions, 20 deletionstest/metabase/pulse/render/body_test.clj
Please register or sign in to comment